We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f018baa commit 219f994Copy full SHA for 219f994
streamlit_condition_tree/example.py
@@ -4,7 +4,7 @@
4
from streamlit_condition_tree import condition_tree, config_from_dataframe
5
6
df = pd.read_csv(
7
- 'https://media.githubusercontent.com/media/datablist/sample-csv-files/main/files/people/people-100.csv',
+ 'https://drive.google.com/uc?id=1phaHg9objxK2MwaZmSUZAKQ8kVqlgng4&export=download',
8
index_col=0,
9
parse_dates=['Date of birth'],
10
date_format='%Y-%m-%d')
0 commit comments