Home
Add Document
Sign In
Create An Account
merging dataframes with pandas
Download PDF
Comment
Report
45 Downloads
137 Views
MERGING DATAFRAMES WITH PANDAS
Medals in the Summer Olympics
Merging DataFrames with pandas
Does a host country win more medals?
Merging DataFrames with pandas
Summer Olympic medalists 1896 to 2008 - IOC COUNTRY CODES.csv
Merging DataFrames with pandas
Summer Olympic medalists 1896 to 2008 - EDITIONS.tsv
Merging DataFrames with pandas
summer_1896.csv, summer_1900.csv, …, summer_2008.csv
Merging DataFrames with pandas
Reminder: loading & merging files ●
pd.read_csv() (& its many options)
●
Looping over files, e.g., ●
●
[pd.read_csv(f) for f in glob('*.csv')]
Concatenating & appending, e.g., ●
pd.concat([df1, df2], axis=0)
●
df1.append(df2)
MERGING DATAFRAMES WITH PANDAS
Let’s practice!
MERGING DATAFRAMES WITH PANDAS
Quantifying performance
Merging DataFrames with pandas
Medals DataFrame
Merging DataFrames with pandas
Constructing a pivot table ●
Apply DataFrame pivot_table() method ●
index: column to use as index of pivot table
●
values: column(s) to aggregate
●
aggfunc: function to apply for aggregation
●
columns: categories as columns of pivot table
Merging DataFrames with pandas
Constructing a pivot table
Merging DataFrames with pandas
Computing fractions
MERGING DATAFRAMES WITH PANDAS
Let’s practice!
MERGING DATAFRAMES WITH PANDAS
Reshaping and plo!ing
Merging DataFrames with pandas
Reshaping the data
Merging DataFrames with pandas
Host country data
Merging DataFrames with pandas
Quantifying influence
Merging DataFrames with pandas
Graphical summary
MERGING DATAFRAMES WITH PANDAS
Let’s practice!
MERGING DATAFRAMES WITH PANDAS
Final thoughts
Recommend Documents
MERGING DATAFRAMES WITH PANDAS
merging dataframes with pandas
merging dataframes with pandas
MANIPULATING DATAFRAMES WITH PANDAS
manipulating dataframes with pandas
manipulating dataframes with pandas
manipulating dataframes with pandas
PANDAS FOUNDATIONS
×
Report merging dataframes with pandas
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
×
Sign In
Email
Password
Remember me
Forgot password?
Sign In
Login with Facebook
Our partners will collect data and use cookies for ad personalization and measurement.
Learn how we and our ad partner Google, collect and use data
.
Agree & Close