Shani Riversshanirivers.hashnode.dev·Jul 7, 2024How to Quickly Extract Data from Big Datasets in 3 StepsSo I wanted to do a data science project based on one I found that was similar, but I wanted to use a more recent dataset, rather than some random one that was out-of-date and pulled from an API that hasn't been updated in awhile. I wanted to do the ...Discuss·26 readslarge dataset
Akinola Raphaelblog.ethicalralph.me·Sep 25, 2023Efficient Bulk Data Processing in Node.jsImplementing an efficient method for processing large files in Node.js can be quite challenging. If not executed correctly, it has the potential to result in an unsatisfactory user experience and significant strain on server resources. In this articl...Discuss·16 likes·262 readsNode.js
Arthur Tkachenkocoding-philosophy.hashnode.dev·Aug 17, 2022Introducing a Simple Module for Parsing CSV FilesToday I want to introduce a simple module for parsing CSV files Recently I was exploring my old repository: https://github.com/Food-Static-Data/food-datasets-csv-parser Inside I have a cool set of small modules, that helped me a lot. As my code is hi...Discuss·48 readscsv