- Notifications
You must be signed in to change notification settings - Fork6
Python functions for Customer Analytics at the Rady School of Management (RSM)
License
NotificationsYou must be signed in to change notification settings
vnijs/pyrsm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python functions and classes for Customer Analytics at the Rady School of Management (RSM), University of California, San Diego (UCSD)
If you have python and pip3 install you can use the below to install the latest version ofpyrsm
:
pip3 install --user --upgrade pyrsm
The examples above are (mostly) connected to the example data and analyses initially created for the family of Radiant R packages. Seehttps://radiant-rstats.github.io/docs/index.html for more details
- Pandas cheat sheet
- Pandas vs R
- Pandas vs R
- Pandas vs R
- Split-Appy-Combine in Pandas
- Split-Appy-Combine in Pandas
- "assign" in Pandas
- Condition count
value_counts
in Pandas- Convert column to string or categorical:
df["zipcode"] = df.zipcode.astype(str)
df["zipcode"] = df.zipcode.astype('category')
- Python for everyone (https://www.py4e.com)
- Scientific computing with Python (https://www.freecodecamp.org/learn/scientific-computing-with-python/)
- Data analysis with Python (https://www.freecodecamp.org/learn/data-analysis-with-python/)