Skip to content

yolga-ai/data-exps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

data-exps

Data managing experiments and learnings. For education puposes.

File for generating big txt files with rows: id,amount, city:

  • id - sequence
  • amount - random number
  • city - randomly choosed capital from a list

Use it for generate 1Gb or 10Gb txt file.

File for extraacting data from big txt file and aggregating it with pandas.

Time Results on data:

File Read file with .read_csv() Agg and Count Save with .to_csv()
** 22.6mb txt file** 5 secs 0 secs 0 secs
** 973.8mb txt file** 3907 secs 5 secs ? secs

About

data managing experiments and learnings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages