Skip to main content

UNKNOWN

Project description

https://badge.fury.io/py/lzh.png
  • can be easily to convert most of the date time to a standard format or string format

  • can be easily read a large number of CSV files to a dicttype

  • easy to use as most of the data returned are pandas DataFrame objects

  • can be easily saved as csv, excel or json files

  • can be inserted into MSSQL or MySQL or Mongodb

Installation

pip install lzh

Upgrade

pip install lzh –upgrade

Quick Start

from lzh.feed import ReadMarketCSVFiles

ReadMarketCSVFiles(2)

return:

ReadMarketCSVFiles.Market
{'XX1':data(pandas.DataFrame),
'XX2':data(pandas.DataFrame),
... ...
'XXn':data(pandas.DataFrame)
}

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page