Skip to content

Convert a timestamped, key value pairs to a table where each key is a column

Notifications You must be signed in to change notification settings

adamharder/Tag-to-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Example

2015-01-01 Checking 1234.50
2015-01-01 Savings 899.50
2015-01-02 Checking 2345.50
2015-01-10 Checking 3456.50
2015-02-01 Savings   333.50

>>>
Date         Checking     Savings
2015-01-01   1234.50       899.50
2015-01-02   2345.50       899.50
2015-01-10   3456.50       899.50
2015-02-01   3456.50       333.50

planned features include:

  • interpolation of missing values
  • export directly to a pandas dataframe

About

Convert a timestamped, key value pairs to a table where each key is a column

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages