Egor

Results 2 issues of Egor

1. What versions are you using? Oracle 12 platform.platform: Windows-10-10.0.19043-SP0 sys.maxsize > 2**32: True platform.python_version: 3.12.2 oracledb.__version__: 2.1.0 2. Is it an error or a hang or a crash? Crash...

question

![image](https://github.com/sbi-rviot/ph_table/assets/107999941/a91faaad-accb-4a59-b512-d6f5dac29534) My code: html_df = build_table(df, 'blue_dark', font_size='15px', width='150px', index=False, text_align='center', odd_bg_color='white', conditions={ 'status': { 'min': 0.5, 'max': 0.5, 'min_color': 'red', 'max_color': 'green', } }) I want the color fill...