Skip to content

dimtics/manage-your-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Organize and Manage Your Datasets

As a data analyst or scientist, you probably have one or more datasets kept in different folders on your laptop or PC. To better organize the datasets, you can write them to one SQLite database file and manage them from there.

With all your datasets in a single database file, you can:

  • add up more dataset to the database at any time.
  • list and view all the datasets in the database at any time.
  • view the fields or columns of each dataset or table.
  • load any dataset directly from the database.
  • drop any dataset or table as you like.

About

Python codes to write your datasets to one SQLite database file and manage them from there.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published