LINK TO THE FILES NEEDED: https://docs.google.com/document/d/1V1Zw3aZv7rNxPcbeXW_N0LNMLVaFSEkdG7ieFNCvO-0/edit?usp=shari
Posted: Sat May 14, 2022 2:52 pm
LINK TO THE FILES
NEEDED: https://docs.google.com/document/d/1V1Z ... sp=sharing
Pick a Dataset Pick one of the following datasets: • cereal.csv • lego_sets.csv museums.csv . netflix_titles.csv • UFO_sightings.csv ZOO.CSV . Prompt Download this Jupyter Notebooks file: Pandas Data Part 1.ipynb You may have to move this file to your root directory folder. Complete each of the prompts in the cells following the prompt in the Python file. There blocks say "your code here" in a comment. Make sure to run your cells to make sure that your code works. The prompts include: 1. Load Data into Pandas o Load your data into Pandas. Pick a useful and short variable to hold the data frame.
Prompt Download this Jupyter Notebooks file: Pandas Data Part 1.ipynb You may have to move this file to your root directory folder. Complete each of the prompts in the cells following the prompt in the Python file. There blocks say "your code here" in a comment. Make sure to run your cells to make sure that your code works. The prompts include: 1. Load Data into Pandas o Load your data into Pandas. Pick a useful and short variable to hold the data frame. 2. Summary Statistic & Adding a Column o Create a new column in your data that totals some of the numerical statistics. (Pick the numbers that make sense for your data.) 3. Rearrange Your Columns o Put the new total column of your data in the second position of your data table. 4. Viewing Columns o Create a new variable and save a version of your data frame that is only 3 columns of your choice to that variable.
NEEDED: https://docs.google.com/document/d/1V1Z ... sp=sharing
Pick a Dataset Pick one of the following datasets: • cereal.csv • lego_sets.csv museums.csv . netflix_titles.csv • UFO_sightings.csv ZOO.CSV . Prompt Download this Jupyter Notebooks file: Pandas Data Part 1.ipynb You may have to move this file to your root directory folder. Complete each of the prompts in the cells following the prompt in the Python file. There blocks say "your code here" in a comment. Make sure to run your cells to make sure that your code works. The prompts include: 1. Load Data into Pandas o Load your data into Pandas. Pick a useful and short variable to hold the data frame.
Prompt Download this Jupyter Notebooks file: Pandas Data Part 1.ipynb You may have to move this file to your root directory folder. Complete each of the prompts in the cells following the prompt in the Python file. There blocks say "your code here" in a comment. Make sure to run your cells to make sure that your code works. The prompts include: 1. Load Data into Pandas o Load your data into Pandas. Pick a useful and short variable to hold the data frame. 2. Summary Statistic & Adding a Column o Create a new column in your data that totals some of the numerical statistics. (Pick the numbers that make sense for your data.) 3. Rearrange Your Columns o Put the new total column of your data in the second position of your data table. 4. Viewing Columns o Create a new variable and save a version of your data frame that is only 3 columns of your choice to that variable.