Skip to content

Create month-by-month timelines for an entity with a primary key ID by querying a bunch of tables.

Notifications You must be signed in to change notification settings

sumedhjoshi/dssg_entity_timelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

dssg_timelines

Create month-by-month timeline plots given a primary key ID and a list of tables to query.

Contents

  • dssg_timelines.py: the module file.

  • driver_entity_timeline.ipynb: a Jupyter notebook containing an example of how to use this module.

Postgres credentials.

You'll need your own credentials file (see the Jupyter notebook), which is just a file "credientials.py" which consists of the following four lines:

	PGHOST="postgres.dssg.io"
	PGDATABASE=""
	PGUSER=""
	PGPASSWORD=""

where the values for these variables were the credentials given to you in your first week.

About

Create month-by-month timelines for an entity with a primary key ID by querying a bunch of tables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages