Tag: csv
Browse 10 practical software engineering resources tagged with "csv". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving csv.
Date Formatting
How to parse, format, and manipulate dates across timezones using Python, JavaScript, and Java.
Flatten and Unflatten Nested Objects
How to convert nested objects to flat key-value pairs and back again, with dot-notation, bracket notation, and custom separator support.
Money and Currency Handling
How to represent, parse, format, and calculate monetary values accurately across currencies.
Parse CSV Files
How to parse CSV files in Python, Java, and JavaScript with practical code examples.
Parse CSV Files with Python and Pandas
How to read, filter, and transform large CSV files efficiently using Python pandas and the csv module.
Sort an Array
How to sort arrays and lists in ascending, descending, and custom order across multiple languages.