Skip to content

kpwhri/PythonForSASUsers

 
 

Repository files navigation

Python For SAS Users

An Introduction to Python (and polars) for SAS Users.

About

The goal for this content is to permit users familiar with Base SAS programming to learn Python and figure out how to comparable data anlaysis.
The examples provided map SAS programming constructs and coding patterns into their Python equivalents. The primary focus is on polars and data management issues related to analysis of data.

Contents

Ready

Usage

  • You can scroll these on github to read/review the content.
  • Run these notebooks yourself using git clone https://github.com/kpwhri/PythonForSASUsers
    • cd PythonForSASUsers
    • jupyer notebook

Contributions/About

  • This is a fork by work done by Randy Betancourt in 2016, but now updated:
    • Replaced dependencies pandas with polars
    • Replace format strings with f-strings f'{}'
    • Corrected errors and inaccuracies

About

An Introduction to Python for SAS Users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%