PASTAplus / dex

Explore and subset CSV tables using associated EML metadata
Apache License 2.0
3 stars 0 forks source link

DeX's use of Pandas should allow non-UTF-8 characters by replacing with the "replacement character" character #53

Closed servilla closed 1 year ago

servilla commented 1 year ago

DeX's use of Pandas should allow non-UTF-8 characters by replacing them with the "replacement character" (�)character. The approach used is dependent on the version of Pandas being used and the optional parameters available: https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html (e.g., encoding or encoding_errors).