-
Notifications
You must be signed in to change notification settings - Fork 2
Data Manipulation
jwoolbright23 edited this page Mar 19, 2024
·
1 revision
- How to manipulate data with python and pandas
- Applying aggregate functions across multiple columns of data
- Using the GroupBy method to group columns of data together
- Recode and map values within a column to new values
- The difference between wide and long format
- Using the .melt() function to change a DataFrame from wide to long format
- Merge columns together
- Always check with your program manager to see if there are any upcoming deadlines you should highlight!
- GroupBy method and GroupBy objects: What actually happens when you group columns together?
- Best practices when creating new columns (what methods are best for different scenarios)
- When and when not to create functions and apply them to a DataFrame
- Wide vs Long format
- .melt() function
- .concat() function
- Pivot Tables
- Studio continues working with pumpkin data, there is a reference to the San Francisco dataset used in the Cleaning Data with Pandas chapter
- Be prepared to clarify the studio instructions beyond just re-reading the words on the screen.
- Encourage students to work together and share ideas.
- Assist individuals as questions arise. Address frequent mistakes and/or questions to your whole group.
- Make a note of any issues that occur during the studio and provide that feedback to the instructor and LaunchCode team.
- Students may have issues importing their dataset once into jupyter notebooks once it is downloaded.
- They may be inputting the incorrect file path or have it stored in the incorrect location. Double check this with any learners having issues