#
CSV
CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.
Here are 4,348 public repositories matching this topic...
An elegant dashboard
i18n
mock
admin
csv
webpack
vue
fontawesome
element
vuex
xlsx
vue-cli
desktop
admin-dashboard
axios
admin-template
management-system
element-ui
vue-admin
vue-cli3
dashboar
-
Updated
Aug 1, 2020 - JavaScript
DamirKh
commented
Nov 14, 2019
It would be great to have the option "skip N lines", since CSV files often contain not commented headers. Can this be implemented?
For example:
This is a data file generated by some old software.
Next line will contain a headers of parameters.
Temperature, Humidity, Voltage
22.5, 45.5, 220
23.0, 44.0, 219
...
In such case "skipLines: 2" could be added to con
-
Updated
Aug 17, 2020 - PHP
q - Run SQL directly on CSV or TSV files
-
Updated
Aug 1, 2020 - Python
A fast CSV command line toolkit written in Rust.
-
Updated
Jul 30, 2020 - Rust
A list of command line tools for manipulating structured text data
html
cli
yaml
toml
tsv
json
list
csv
xml
conversion
delimited-files
awk
ini
text-files
configuration-file
structured-text
-
Updated
Jul 3, 2020
Create charts from the command line
-
Updated
Jun 11, 2020 - C++
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
-
Updated
Aug 13, 2020 - C#
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
Aug 17, 2020 - PHP
phoe
commented
Apr 3, 2020
Originally posted by @dimitri in https://github.com/dimitri/pgloader/timeline
That's good thinking, and I think that's relevant for another PR. The PR introducing the statistics singleton should also take care of the following bits of refactoring of the code:
- the singleton is named “state” as I initially though I would update the global state of the migration to be able to know
CSV data manipulation made easy in PHP
-
Updated
May 26, 2020 - PHP
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
tsv
devops
json
statistics
csv
command-line
json-data
tabular-data
data-reduction
unix-toolkit
statistical-analysis
csv-format
devops-tools
data-regression
data-processing
command-line-tools
data-cleaning
streaming-algorithms
streaming-data
miller
-
Updated
Aug 18, 2020 - C
3
nfultz
commented
Aug 6, 2019
2
Open
MSSQL Storage
2
A desktop application for viewing and analyzing tabular data
-
Updated
Jul 7, 2020 - JavaScript
TensorFlow template application for deep learning
machine-learning
csv
deep-learning
tensorflow
inference
cnn
lstm
tensorboard
mlp
libsvm
tfrecords
wide-and-deep
serving
-
Updated
Jan 3, 2019 - Python
Library that makes it possible to read, edit and write CSV files
-
Updated
Jan 14, 2020 - Java
Blazing fast and Comprehensive CSV Parser for Node.JS / Browser / Command Line.
-
Updated
Jul 30, 2020 - TypeScript
d3
yaml
gist
chart
json
data-science
data
csv
big-data
dashboard
data-driven
data-visualization
data-engineering
business-intelligence
github-gist
d3js
just-dashboard
-
Updated
Aug 17, 2020 - JavaScript
A New Version of 30 Days of Python is nearly here. Get started today.
python
api
flask
automation
tutorial
csv
jupyter
rest-api
selenium
pandas
python3
web-scraping
selenium-webdriver
fastapi
-
Updated
Jul 29, 2020 - Jupyter Notebook
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
cli
tsv
data-science
data-mining
statistics
csv
command-line
d
tabular-data
delimited-files
dlang
sampling
shuffle
uniq
reservoir-sampling
-
Updated
Jul 11, 2020 - D


Since version 0.16.5, th following code returns a null worksheet:
XLSX.utils.json_to_sheet([], {header: columns})Is it now working as it is wanted? If so, how could we create an empty worksheet? In my case it is expected that sometimes the data is an empty array. And an empty worksheet only with headers is expected.