Initial pre-alpha release
Project description
# Python User Group talk on Data Science
—
# Tips
Do things manually the first time
Remind yourself, “This is productive EDA” not repetitive, mind-numbing Microsoft wrestling
You’ll know your data and databases better when your done
You may discover things you didn’t expect
Dump scripts from ipython history command before exiting each session
#/usr/bin/env python #~/src/pug/bin/save_hist ip = get_ipython() this_line = list(ip.history_manager.get_tail())[-1][1] ip.magic(u’save -r test.py 0-%d’ % this_line - 1) ip.exit
—
Dump bash commands using history or
—
# Modules/Files
nlp.db – interracting with databases and migrating data
nlp.util – format numbers & dates, importing of “pivots” in spreadsheets
nlp.strutil – reformatting of strings
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pug-0.0.1.tar.gz
.
File metadata
- Download URL: pug-0.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 549aef2f6ba6dbfb83f982723c46cbe988a4589d40435af7e210d649ad604b10 |
|
MD5 | ab0bfb4168daab6343aeaf0bd94db26b |
|
BLAKE2b-256 | 3cdb1a2184067faa6608927e464027cb1af6b938e937c7a7179e69d263bcf4ec |