BirdiD / BirdiDQ

BirdiDQ leverages the power of the Python Great Expectations open-source library and combines it with the simplicity of natural language queries to effortlessly identify and report data quality issues, all at the tip of your fingers.
Apache License 2.0
15 stars 2 forks source link

Unicodedecode error windows #12

Closed elsatch closed 1 year ago

elsatch commented 1 year ago

Streamlit in Windows tries to use cp1252 to load the sidebar.md. This fails as there are some emojis and special characters. Switching to unicode should fix this.

I also linted the sidebar.md, removing some spaces and adding some new lines where required.