Suppose I have an instance of the Data Lake Store in my Azure subscription and I'd like to create a Python script to write a tabular file with a separator (of type CSV or similar) in that instance.
Without considering the Spark API, how can I do this to write this tabular file in the Data Lake Store instance using the Python API to write files?