Skip to content

Datachar/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

storage

Create storage where if will be easy to add and get new series of data

"pytable" have to be used

data example:

time,col1,col2,col3
123,0,0,0
124,0,0,0
125,0,0,0
126,0,0,0
127,0,0,0
128,0,0,0
129,0,0,0

requiremens:

  • records in pytable should be accessed by names. for example: storage.get('name1'). have to return data frame
  • have to be ability to add new records into storage. for example: storage.add('name2', new_df). have to add new record into storage

asdvvaw asdvqwrvqawv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published