Nischal Baidarnischalbaidar.hashnode.dev·Oct 15, 2024Day 11 - Working with CSV Files Using PandasWhen working with data in Python, CSV (Comma-Separated Values) files are one of the most commonly used formats for data storage and exchange. Pandas, a powerful data manipulation library, makes it extremely easy to load, manipulate, and analyze CSV f...Discussnischal_baidar
CryptapeforCryptape Jungleblog.cryptape.com·Oct 11, 2024Satoshi Scoop Weekly, 11 Oct 2024Crypto Insights Why Fat Protocols Theory No Longer Works in Today's Crypto Landscape Co-founder of JokeRace, David Phelps, believes that the current crypto ecosystem has involved since the introduction of the 'Fat Protocols' theory in 2016 (see Fat P...Discuss·27 readsSatoshi Scoop Weeklycovenants
Marvellous Nwachukwumarvelcodes.hashnode.dev·Oct 11, 2024The Technical Tango: Converting CSV to JSON and Back AgainAs developers, we've all been there - struggling to convert between different data formats, just to get our project running smoothly. One such pain point is the conversion between Comma Separated Values (CSV) and JavaScript Object Notation (JSON). In...Discussjson
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 9, 2024Pandas for Data Analysis: A Comprehensive GuidePandas is a powerful and flexible library in Python for data manipulation and analysis. It is widely used in data science, machine learning, and statistical analysis due to its simple syntax and powerful functionalities. In this blog, we’ll dive deep...Discuss·10 likesPythonPython
Vehbi Sinan Tunaliogluthenegation.hashnode.dev·Aug 29, 2024Shell CacophonyI am using jq, qsv, uplot quite often. This post is to make sure that you know and use them, too. I hope you will waste as much time as I do, especially with uplot. Motivation This post is for people like me who are facing a problem, reaching out to ...DiscussLinux
Ikechukwu Ashimonyetechgecko.hashnode.dev·Aug 2, 2024Learn to Export Resource Data to CSV and JSON Formats with CodeHello, techies! Let's face it. At some point in your programming journey, whilst working with internet data resources or databases, you've wanted to export some data to a file in a format that is widely reusable. This article teaches you exactly how ...Discuss·10 likesPython
Shreyan Dasshreyandas.hashnode.dev·Jul 19, 2024Need for speed, but where do I store all of this data?Dear Diary, The most dreaded day in the life of any data engineer came to me a while ago — our TL sat us down to tell us that we had been billed an enormous amount for our cloud storage in the last quarter, and we needed to find a way to cut down sto...Kev and 1 other are discussing this2 people are discussing thisDiscuss·40 likes·27 readsConfessions of a Data Engineerdata-engineering
Brandon StrittmatterforOuterbaseouterbase.com·Jul 18, 2024Exploring CSVs with OuterbaseSo maybe you aren't a database expert, that's ok, or maybe you just have a few CSVs lying around and you're struggling to navigate them, either way we've got you covered. Earlier this year, Outerbase released CSV support. Meaning what used to be tedi...Discusscsv
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 29, 2024Reading CSV Files and Inserting Data into MongoDB with PythonManaging data efficiently is a crucial aspect of any data-driven application. Often, data comes in CSV format, and a common task is to read this data and insert it into a database like MongoDB. In this blog, we will explore how to achieve this using ...Discuss·11 likes·218 readsPythonPython
George Kamelgkamel.hashnode.dev·Jun 17, 2024Turning JSON Data into a CSV File Made Simple with PythonWorking with data, you're bound to come across a JSON file. While this may be the preferred format for developers, this format can cause some confusion with clients and coworkers who prefer things in a CSV format. CSV Files can be opened in spreadsh...Discuss·30 readsPython