sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.
http://dataprep.ai
MIT License
1.98k stars 203 forks source link

(fix): added details of postgres and mysql in docs #880

Open sahmad11 opened 2 years ago

sahmad11 commented 2 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

I have added examples of how to run create_db_report on Postgres and mysql databases by using SQLAlchemy in addition to the already added SQLite example to the documentation.

Checklist:

codecov[bot] commented 2 years ago

Codecov Report

Merging #880 (a91d211) into develop (e3a7d22) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #880   +/-   ##
========================================
  Coverage    56.06%   56.07%           
========================================
  Files          314      314           
  Lines        20451    20451           
========================================
+ Hits         11465    11467    +2     
+ Misses        8986     8984    -2     
Impacted Files Coverage Δ
dataprep/eda/distribution/render.py 91.06% <0.00%> (+0.10%) :arrow_up:
dataprep/eda/distribution/compute/overview.py 94.05% <0.00%> (+0.54%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5e50232...a91d211. Read the comment docs.