Pandas

Pandas is a Python library. Pandas is used to analyze data.

Learning by Reading

We have created 14 tutorial pages for you to learn more about Pandas.

Starting with a basic introduction and ends up with cleaning and plotting data:

.pelle-btn { width:180px; border-radius:5px; } .pelle-btn.x2:link,.pelle-btn.x2:visited{ background-color:#96D4D4; color:#000; } .pelle-btn.x3:link,.pelle-btn.x3:visited{ background-color:#FFC0C7; color:#000; } .pelle-btn:link,.pelle-btn:visited { background-color:#D9EEE1; color:#000; } .pelle-btn:hover,.pelle-btn:active { background-color:#b9dfc7!important; } .pelle-btn.x2:hover,.pelle-btn.x2:active { background-color:#5cbcbc!important; } .pelle-btn.x3:hover,.pelle-btn.x3:active { background-color:#ff808e!important; } .pelle-divider { width:50%; border-right:2px solid #D9EEE1; font-size:10px; } .pelle-divider.x2 { border-right:2px solid #96D4D4; } .pelle-divider.x3 { border-right:2px solid #FFC0C7; }

Learning by Quiz Test

Test your Pandas skills with a quiz test.

Learning by Exercises

Pandas Exercises

Exercise:

Insert the correct Pandas method to create a Series.

pd.(mylist)

Start the Exercise

Learning by Examples

In our "Try it Yourself" editor, you can use the Pandas module, and modify the code to see the result.

Example

Load a CSV file into a Pandas DataFrame:

import pandas as pd

df = pd.read_csv('data.csv')

print(df.to_string()) 
Click on the "Try it Yourself" button to see how it works.

#buy_course_btn { text-decoration:none !important; background-color:#04AA6D; width:auto; border-radius:25px; padding-top:10px; padding-bottom:10px; font-family: 'Source Sans Pro', sans-serif; } #buy_course_btn { background-color:#059862!important; }