Python for SAS users : a SAS-oriented introduction to Python /
Business users familiar with Base SAS programming can now learn Python by example. You will learn via examples that map SAS programming constructs and coding patterns into their Python equivalents. Your primary focus will be on pandas and data management issues related to analysis of data. It is est...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York :
Apress,
[2019]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Chapter 1: Why Python
- Chapter 2: Python Types and Formatting
- Chapter 3: pandas Library
- Chapter 4: Indexing and GroupBy
- Chapter 5: Data Management
- Chapter 6: pandas Readers and Writers
- Chapter 7: Date and Time
- Chapter 8: saspy Module
- Appendix A: Generating the Tickets DataFrame
- Appendix B: Many-to-Many Use Case