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(eda): jinja2.markup import broken with 3.1 #874

Closed jinglinpeng closed 2 years ago

jinglinpeng commented 2 years ago

The issue is described here: https://github.com/holoviz/panel/issues/3260

codecov[bot] commented 2 years ago

Codecov Report

Merging #874 (b9b60a0) into develop (0893474) will increase coverage by 0.00%. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #874   +/-   ##
========================================
  Coverage    56.06%   56.06%           
========================================
  Files          314      314           
  Lines        20453    20453           
========================================
+ Hits         11466    11467    +1     
+ Misses        8987     8986    -1     
Impacted Files Coverage Δ
dataprep/eda/distribution/render.py 91.06% <0.00%> (+0.10%) :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 a1a1c29...b9b60a0. Read the comment docs.