Skip to main content

Initial pre-alpha release

Project description

# Python User Group talk on Data Science

# Tips

  1. Do things manually the first time

  1. Remind yourself, “This is productive EDA” not repetitive, mind-numbing Microsoft wrestling

  2. You’ll know your data and databases better when your done

  3. You may discover things you didn’t expect

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pug-0.0.1.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page