wtberry / data_analysis_demo

data analysis demo app using streamlit and pygwalker
GNU General Public License v3.0
0 stars 0 forks source link

Support Japanese input file #7

Open wtberry opened 5 days ago

wtberry commented 5 days ago

Add support for encoding Shit-JIS

set try except or have users choose

wtberry commented 4 days ago

Will use selection box widget to get encoding preference from user. Display error message if fails.

https://docs.streamlit.io/develop/api-reference/widgets/st.selectbox

wtberry commented 4 days ago

Supported encodings for now.

utf-8, shift_jis, mac_turkish, big5

wtberry commented 4 days ago

Reading custom config, using this. https://github.com/streamlit/streamlit/issues/6948