Computer Science and Data Notes
En esta página, encontrarás todos los documentos, paquetes y tarjetas que ofrece el vendedor beatricemossberg.
- 11
- 0
- 2
Community
- Seguidores
- Siguiendo
1 Comentarios recibidos
13 artículos
Python Data Operations 4: Merge and concatenation
Summarised notes of pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fourth notebook contains: 
- Concatenation 
- Merge and Join 
 - Merge on columns 
 - Merge on index 
- Convert Data types 
- Duplicates 
 - Find duplicates 
 - Remove duplicate...
- Book & Paket-Deal
- Resumen
- • 8 páginas •
Summarised notes of pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fourth notebook contains: 
- Concatenation 
- Merge and Join 
 - Merge on columns 
 - Merge on index 
- Convert Data types 
- Duplicates 
 - Find duplicates 
 - Remove duplicate...
Python Data Operations 5: Group and Pivot Tables
Summarised notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fifth section contains: 
 
- Groupby 
 - Iterate through groups 
 - Basic groupings 
 - Advanced groupings 
 - Group with more levels 
- Pivot table 
- Stack and Unstack
- Book & Paket-Deal
- Resumen
- • 6 páginas •
Summarised notes of Pandas data operations covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This fifth section contains: 
 
- Groupby 
 - Iterate through groups 
 - Basic groupings 
 - Advanced groupings 
 - Group with more levels 
- Pivot table 
- Stack and Unstack
Python Data Operations Notes
Notes of python data operations using pandas, covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook, here in pdf format. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This first notebook contains: 
- Introduction to Pandas and dataframes 
- The structure of a dataframe 
- Selecting values 
 - Select cells 
 - Select rows 
 - ...
- Resumen
- • 15 páginas •
Notes of python data operations using pandas, covered in the Principles of Programming course, part of the Computer Science and AI bachelor degree. The notes are initially written in Jupyter Notebook, here in pdf format. They contain practical examples of data operations in python and images to explain the structures and processes. 
 
This first notebook contains: 
- Introduction to Pandas and dataframes 
- The structure of a dataframe 
- Selecting values 
 - Select cells 
 - Select rows 
 - ...
Python Data Operations 5: Group and Pivot Tables