jamescalvin73 / Python-CC-Proj

0 stars 0 forks source link

Only one dataframe #2

Open sen1 opened 6 years ago

sen1 commented 6 years ago

https://github.com/jamescalvin73/Python-CC-Proj/blob/48a4b095ca826fd92a291672f9a2e90451407481/musclehub.py#L109-L154

Why you two dataframes? The idea is to have only one dataframe with all your data. You learned all the manipulation tricks and data slicing methods in Pandas section. Having two dataframe is opposite to what was asked.