Metadata-Version: 2.1
Name: tablecsv
Version: 0.0.3
Summary: This is a python module in which you can store a csv file data and perform basic SQL features 
Author: mainakdeb
Author-email: mainakdeb01@gmail.com
License: UNKNOWN
Keywords: arithmetic,math,mathematics,python tutorial,mainak deb,excel,csv,dbms,sql,data,data science,python,table,oracledb,mysql,pattern,pie,hiostogram,join,graph,fetch,data visualization
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


This module is made by Mainak Deb, this is a python module in which you can fetch CSV file data
and perform basic SQL operations in it.
        Features:
             1> Fetch csv
             2> Show in command prompt
             3> select
             4> projection
             5> update
             6> delete 
             7> order by
             8> group by
             9> access
            10> insert
            11> count
            12> sum
            13> max
            14> avarage
            15> pie chart
            16> histogram
            17> self join
            18> cross join


