Giter Site home page Giter Site logo

Topic: datahandler Goto Github

Some thing interesting about datahandler

Related Topics:

👇 Here are 4 public repositories matching this topic...

  • georged88 / data-handler

    datahandler,Data-Handler is a basic library that I made as a personal tool to use in my other projects to simplify handling huge data files. If you were to open a large CSV file (e.g. 100,000+ rows) and save it to a JSON file, your program would take quite a while, but even worse your data could easily end up being so big that you wouldnt be able to open the JSON file. This is where Data-Handler comes in. The other day I was attempting to convert a CSV file into a JSON file to be able to easily search through the data and mess around with it. I kept getting an unresolvable error, and it turned out that my JSON file was so big that my program was not able to open it. My file had 2,431,727 rows!! Almost 2.5 million, which is where Data-Handler came in. Instead of just importing the data and dumping it into a JSON file, Data-Handler parses every row of raw data and once it reaches a certain limit, it seals that processed data as a "chunk" and moves on. This way you end up with all of your data separated into smaller chunks, all contained in a pack of chunks. Now that your data is contained in separate chunks, you can easily dump each chunk into a JSON file. Data-Handler also implements fail safes and checks to make the data handling even easier by eliminating the need to check for conflicts, e.g. checking for existing files when dumping the data to avoid overwriting data. Data-Handler puts all of this great functionality into one easy-to-use library and does all the messy work for you.

    User: georged88

    chunk csv datahandler json json-data python

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.