I’ve extracted some data from two tables in my postgres database as .csv files. When I try to load the data into databricks it says it can’t determine the schema. I then create the schema and load the data into a dataframe, however, when I display the dataframe it says query returned no results. I can load the data locally using python without issue, however, the only way I’m able to get databricks to read the data is if in open the file in LibreOffice and then save the file as Text csv format. I’ve checked the resulting file and the only difference between the files is that double quotes around the column names and the values in a particular column are removed. Does anyone know why this would be causing databricks an issue?