Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 685 Bytes

File metadata and controls

8 lines (8 loc) · 685 Bytes

Python-Numpy-Pandas-ScikitLearn_Portfolio_RubenGavidia0x.py

df pivot(index = 'Region', columns='Team', values = 'Revenue') Binning Numerical Data with pd cut cleaning the nutrition dataset before and after: before: nutrition-dataset after: nutrition-dataset1