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...

Full description

Bibliographic Details
Main Authors: Betancourt, Randy, Chen, Sarah (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:1st ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 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