Pandas in Action /
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Shelter Island, NY :
Manning Publications,
[2021]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part 1. Core pandas
- 1 Introducing pandas
- 2 The Series object
- 3 Series methods
- 4 The DataFrame object
- 5 Filtering a DataFrame; Part 2. Applied pandas
- 6 Working with text data
- 7 MultiIndex DataFrames
- 8 Reshaping and pivoting
- 9 The GroupBy object
- 10 Merging, joining, and concatenating
- 11 Working with dates and times
- 12 Imports and exports
- 13 Configuring pandas
- 14 Visualization
- Appendix A. Installation and setup
- Appendix B. Python crash course
- Appendix C. NumPy crash course
- Appendix D. Generating fake data with Faker
- Appendix E. Regular expressions