Online Tool Store Online Tool Store

103 Articles

Data & CSV

Articles filed under Data & CSV.

Showing 22–42 of 103 articles

How to Convert a JSON Array of Objects Into CSV

📊 Data & CSV

How to Convert a JSON Array of Objects Into CSV

Convert a JSON array of objects into properly quoted CSV rows, with the header built automatically from every key across the array.

How to Find Out Why a CSV Import Failed

🔍 Data & CSV

How to Find Out Why a CSV Import Failed

Detect the real type of every CSV column, list the values that do not fit, and fix the handful of rows that make an import reject an entire file.

How to Pivot Data Between Long and Wide

🔄 Data & CSV

How to Pivot Data Between Long and Wide

Reshape data between long and wide formats, choose the right one for storage or presentation, and catch the duplicate keys that silently lose rows.

How to Profile a Dataset Before You Use It

🔎 Data & CSV

How to Profile a Dataset Before You Use It

Generate a profile of types, null rates, cardinality and outliers before analysing data, and find the constant columns and bad values that break conclusions.

How to Run SUM/AVG Formulas on CSV Without a Spreadsheet

🧮 Data & CSV

How to Run SUM/AVG Formulas on CSV Without a Spreadsheet

Paste CSV data and apply simple spreadsheet-style formulas — SUM, AVG, MIN, MAX, COUNT — to a chosen column, entirely client-side.

How to Turn a Dated CSV Into a Timeline

🕰️ Data & CSV

How to Turn a Dated CSV Into a Timeline

Convert a CSV with start and end dates into timeline data, normalise date formats, and catch the reversed and unparseable dates before they render.

How to Use Address Normalizer

text Data & CSV

How to Use Address Normalizer

A quick browser-based tool for the task.. Learn the practical steps, common mistakes, and the quickest way to use address normalizer in your browser.

How to Use Column Type Inferencer

text Data & CSV

How to Use Column Type Inferencer

A quick browser-based tool for the task.. Learn the practical steps, common mistakes, and the quickest way to use column type inferencer in your browser.

How to Use CSV Header Aligner

text Data & CSV

How to Use CSV Header Aligner

A quick browser-based tool for the task.. Learn the practical steps, common mistakes, and the quickest way to use csv header aligner in your browser.

How to Use Date Format Normalizer

text Data & CSV

How to Use Date Format Normalizer

A quick browser-based tool for the task.. Learn the practical steps, common mistakes, and the quickest way to use date format normalizer in your browser.

How to Add a Calculated Column to a CSV

➕ Data & CSV

How to Add a Calculated Column to a CSV

Add a computed column to a CSV using arithmetic across existing fields, and decide what blanks and text-formatted numbers should do before running it.

How to Build a Gauge Chart

chart Data & CSV

How to Build a Gauge Chart

Create a gauge-style chart from a value, range, and thresholds for quick status visualizations that are easy to scan in the browser.

How to Build a Waterfall Chart That Balances

🌊 Data & CSV

How to Build a Waterfall Chart That Balances

Show how an opening figure becomes a closing one through a sequence of changes, and make sure the steps actually reconcile before you present it.

How to Chart Likert Survey Responses

📊 Data & CSV

How to Chart Likert Survey Responses

Use a diverging stacked bar to show agreement across survey questions, and report distributions rather than averaging an ordinal scale.

How to Clean CSV Number Columns

database Data & CSV

How to Clean CSV Number Columns

Clean number formatting in CSV data by stripping symbols, fixing separators, and standardizing decimals before the file goes anywhere else.

How to Convert Parquet to CSV

database Data & CSV

How to Convert Parquet to CSV

Preview a Parquet to CSV conversion workflow with column selection and row sampling so you can export data locally with more control.

How to Convert SQL to Pandas

code Data & CSV

How to Convert SQL to Pandas

Convert common SQL-style query patterns into a pandas-oriented outline for notebook work so you can move between query and data-frame thinking.

How to Fix Mojibake and Broken CSV Encoding

🔧 Data & CSV

How to Fix Mojibake and Broken CSV Encoding

Upload a CSV with garbled characters and get it re-decoded correctly and saved as clean UTF-8, entirely in your browser.

How to Resample Time Series Data Correctly

⏱️ Data & CSV

How to Resample Time Series Data Correctly

Change a time series to a coarser interval without corrupting it, choosing sum or mean based on what the value represents and marking partial periods.

How to Score a CSV for Missing Values and Issues

✅ Data & CSV

How to Score a CSV for Missing Values and Issues

Upload a CSV to check it for missing values, duplicates, formatting issues, and outliers, with an overall quality score, entirely in your browser.

How to Summarize Survey CSV Exports by Question

📊 Data & CSV

How to Summarize Survey CSV Exports by Question

Upload a survey response CSV and get an automatic percentage breakdown for each question, entirely in your browser.