Skip to content

A package which provide functionality similar to read_csv() in python

License

Notifications You must be signed in to change notification settings

sayymeer/pandas-csv-node-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pandas-csv-node

This is a NodeJS package which provide functionality similar to read_csv() function in python pandas library

Installation

This is a NodeJS module available through npm-registry. Installation is done using npm install command.

npm install pandas-csv-node

API

import {readCsv,readCsvAsync} from "pandas-csv-node"

readCsv

readCsv takes two argument one is filePath and other is encoding, by default encoding is set to utf-8.

readCsvAsync

readCsvAsync takes same arguments as readCsv but this is async function which return a promise which resolves to array of data.

About

A package which provide functionality similar to read_csv() in python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published