All Projects → dlab-berkeley → Python-Data-Visualization

dlab-berkeley / Python-Data-Visualization

Licence: other
D-Lab's 3 hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Python-Data-Visualization

Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (-26.19%)
Mutual labels:  pandas, seaborn, matplotlib
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+85.71%)
Mutual labels:  pandas, seaborn, matplotlib
astetik
Astetik takes away the pain from telling visual stories with data on Python
Stars: ✭ 15 (-64.29%)
Mutual labels:  pandas, seaborn, matplotlib
The-Data-Visualization-Workshop
A New, Interactive Approach to Learning Data Visualization
Stars: ✭ 59 (+40.48%)
Mutual labels:  pandas, seaborn, matplotlib
covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (-66.67%)
Mutual labels:  pandas, seaborn, matplotlib
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+10345.24%)
Mutual labels:  pandas, seaborn, matplotlib
data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (+92.86%)
Mutual labels:  pandas, seaborn, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+18859.52%)
Mutual labels:  pandas, seaborn, matplotlib
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (+26.19%)
Mutual labels:  pandas, seaborn, matplotlib
Data-Analytics-Projects
This repository contains the projects related to data collecting, assessing,cleaning,visualizations and analyzing
Stars: ✭ 167 (+297.62%)
Mutual labels:  seaborn, matplotlib
Machine-Learning-with-Iris-Dataset
Data Visualization and Machine Learning with Iris Dataset.
Stars: ✭ 65 (+54.76%)
Mutual labels:  seaborn, matplotlib
Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (+142.86%)
Mutual labels:  pandas, matplotlib
Python-Course
Python Basics, Machine Learning and Deep Learning
Stars: ✭ 50 (+19.05%)
Mutual labels:  seaborn, matplotlib
Artificial Intelligence Deep Learning Machine Learning Tutorials
A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.
Stars: ✭ 2,966 (+6961.9%)
Mutual labels:  pandas, matplotlib
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (-19.05%)
Mutual labels:  seaborn, matplotlib
Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (+483.33%)
Mutual labels:  pandas, matplotlib
heatmaps
Better heatmaps in Python
Stars: ✭ 117 (+178.57%)
Mutual labels:  seaborn, matplotlib
anesthetic
Nested Sampling post-processing and plotting
Stars: ✭ 34 (-19.05%)
Mutual labels:  pandas, matplotlib
Kagglestruggle
Kaggle Struggle
Stars: ✭ 228 (+442.86%)
Mutual labels:  pandas, matplotlib
fer
Facial Expression Recognition
Stars: ✭ 32 (-23.81%)
Mutual labels:  pandas, matplotlib

D-Lab's Python Data Visualization Workshop

This repository contains the materials for D-Lab's Python Data Visualization workshop. Prior experience with Python Fundamentals is assumed.

Workshop Goals

In this workshop, we provide an introduction to data visualization with Python. First, we'll cover some basics of visualization theory. Then, we'll explore how to plot data in Python using the matplotlib and seaborn packages. We aim to cover the following types of plots:

  • line plots
  • bar plots
  • scatter plots
  • boxplot
  • heat maps

We'll also learn how to customize and style plots. Throughout the workshop, we'll discuss the plot types best suited for particular kinds of data.

Basic familiarity with Python is assumed. If you are not familiar with the material in Python Fundamentals, we recommend attending that workshop first.

Installation Instructions

Anaconda is a useful package management software that allows you to run Python and Jupyter notebooks very easily. Installing Anaconda is the easiest way to make sure you have all the necessary software to run the materials for this workshop. Complete the following steps:

  1. Download and install Anaconda (Python 3.8 distribution). Click "Download" and then click 64-bit "Graphical Installer" for your current operating system.

  2. Download the Python-Data-Visualization workshop materials:

  • Click the green "Code" button in the top right of the repository information.
  • Click "Download Zip".
  • Extract this file to a folder on your computer where you can easily access it (we recommend Desktop).
  1. Optional: if you're familiar with git, you can instead clone this repository by opening a terminal and entering git clone [email protected]:dlab-berkeley/Python-Data-Visualization.git.

Run the code

Now that you have all the required software and materials, you need to run the code:

  1. Open the Anaconda Navigator application. You should see the green snake logo appear on your screen. Note that this can take a few minutes to load up the first time.

  2. Click the "Launch" button under "Jupyter Notebooks" and navigate through your file system to the Python-Data-Visualization folder you downloaded above.

  3. Open the lessons folder, and click Python-Data-Visualization.ipynb to begin.

  4. Press Shift + Enter (or Ctrl + Enter) to run a cell.

  5. By default, the necessary packages for this workshop should already be installed. You can install them within the Jupyter notebook by running the following line in its own cell:

!pip install -r requirements.txt

Note that all of the above steps can be run from the terminal, if you're familiar with how to interact with Anaconda in that fashion. However, using Anaconda Navigator is the easiest way to get started if this is your first time working with Anaconda.

Is Python not working on your laptop?

If you do not have Anaconda installed and the materials loaded on your workshop by the time it starts, we strongly recommend using the UC Berkeley Datahub to run the materials for these lessons. You can access the DataHub by clicking this button:

Datahub

The DataHub downloads this repository, along with any necessary packages, and allows you to run the materials in a Jupyter notebook that is stored on UC Berkeley's servers. No installation is necessary from your end - you only need an internet browser and a CalNet ID to log in. By using the DataHub, you can save your work and come back to it at any time. When you want to return to your saved work, just go straight to DataHub, sign in, and you click on the Python-Data-Visualization folder.

If you don't have a Berkeley CalNet ID, you can still run these lessons in the cloud, by clicking this button:

Binder

By using this button, however, you cannot save your work.

Additional Resources

Check out the following resources to learn more about data visualization:

About the UC Berkeley D-Lab

D-Lab works with Berkeley faculty, research staff, and students to advance data-intensive social science and humanities research. Our goal at D-Lab is to provide practical training, staff support, resources, and space to enable you to use R for your own research applications. Our services cater to all skill levels and no programming, statistical, or computer science backgrounds are necessary. We offer these services in the form of workshops, one-to-one consulting, and working groups that cover a variety of research topics, digital tools, and programming languages.

Visit the D-Lab homepage to learn more about us. You can view our calendar for upcoming events, learn about how to utilize our consulting and data services, and check out upcoming workshops.

Other D-Lab Python Workshops

Here are other Python workshops offered by the D-Lab:

Basic competency

Intermediate/advanced competency

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].