TECHcommunity_SAGtechcommsag.hashnode.dev·Aug 11, 2023Simulating CSV Data in Cumulocity IoT - Two ApproachesIntroduction This article is broken up into two parts, one for each approach for pulling CSV data into Cumulocity IoT. The first approach is technical and hands-on, while the second approach is more automated and easy to use but less flexible. The fi...Discusscumulocity
Jonathonjonathon5.hashnode.dev·Aug 1, 2023How to Convert Excel to CSV or CSV to Excel in C#CSV files are widely used to exchange data between different systems. When you have a large Excel file and want to import the data in it into a database, you may need to convert it to a CSV file. This article will show you how to convert Excel to CSV...DiscussC#
Nandini Tatanandini-tata.hashnode.dev·Jul 17, 2023Parquet Files vs. CSV: The Battle of Data Storage FormatsHey there, fellow data enthusiasts! Have you ever wondered how massive amounts of data can be stored efficiently, making it easily accessible for analysis? Well, let me introduce you to the superheroes of data storage: Parquet files! Choosing the rig...Discuss·1 likedata
Bobur Umurzokovboburadvocate.hashnode.dev·Jul 8, 2023How to integrate data import functionality into your appIf you are a software developer, think about how you could add the data import, transformation, and validation functionality to your web app in only a few minutes with your JavaScript and React knowledge using built-in SDK and libraries. You can thin...DiscussWeb Development
Rutvik Acharyadatamokotow.com·Jun 22, 2023Harnessing the Power of CSV Data with LangchainIn the realm of data analysis and manipulation, CSV files are a staple. They are simple, versatile, and universally understood. But when it comes to extracting and manipulating data from these files, Langchain, a Python library, brings a new level of...DiscussAIlangchain
Mohamed El ErakiforMohamed El-Eraky blogmohamed-eleraky.hashnode.dev·May 26, 2023⚡ Python File Transfer 'Project' ⚡Overview This is a task assigned to me, and I want to share it with you. As referenced in the subject above the project is about File Transfer with Python, We were tasked to write a Python script that copies files to/from multiple paths with file ext...Discuss·26 readsPython automationPython
Rupesh GelalforFutureSmart AI Blogblog.futuresmart.ai·May 12, 2023Langchain's Pandas & CSV Agents: Revolutionizing Data Querying using OpenAI LLMsIn this blog, we will explore Langchain's Pandas Agent and CSV Agent, explaining how they work and their key features. We will also compare the agents to traditional query languages, provide real-world examples of how they have been used to improve t...Discuss·15 likes·17.1K readslangchain
Hooman PegahmehrforApplication Supportappsupport.academy·May 10, 2023Extract, Transform and Load; A PowerShell StoryA regional manager from a global call center approached me through Fiverr to request an assignment. The assignment was to determine the typical duration of a shift handover to the next shift. The company operates on a follow-the-sun model, which prom...Discuss·46 readsPowershell
Kibekityo Juma Shafarablog.jumashafara.com·May 10, 2023From Database to CSV: A Step-by-Step Guide to Exporting Data in DjangoIntroduction CSV (Comma Separated Values) is a file format used to store data in tabular form, with each row representing a record and each column representing a field. CSV files are widely used for data exchange between different software applicatio...Discuss·131 readsDjango
Paweł DąbrowskiforBecome a Ruby herorubyhero.dev·Apr 11, 2023Dealing with common and uncommon problems with parsing CSV with RubyAt first glance, parsing CSV files with Ruby seems really straightforward and non-problematic. The same for the CSV format itself, it’s just a set of data separated mainly by commas. However, the practice is usually more problematic and complex, espe...Discuss·1.4K readsRuby