Metadata-Version: 2.1
Name: csv-schema-inference
Version: 0.0.2
Summary: A tool to automatically infer columns data types in .csv files
Home-page: https://github.com/Wittline/csv-schema-inference
Author: Ramses Alexander Coraspe Valdez
Author-email: contacto@wittline.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Csv Schema Inference
A tool to automatically infer columns data types in .csv files



<p align="center">
  <img 
    src="https://user-images.githubusercontent.com/8701464/177665684-49ef381a-cd67-4290-aea1-cd62f315a005.png"
  >
</p>


## Install library
```python
pip install csv-schema-inference
```
