cancel
Showing results for 
Search instead for 
Did you mean: 
Bilal1
New Contributor III
since ‎10-13-2021
‎06-26-2023

User Stats

  • 11 Posts
  • 0 Solutions
  • 3 Kudos given
  • 4 Kudos received

User Activity

When writing a dataframe in Pyspark to a CSV file, a folder is created and a partitioned CSV file is created. I have then rename this file in order to distribute it my end user.Is there any way I can simply write my data to a CSV file, with the name ...
I've created a simple query reading all columns from a table. I've published the results on a dashboard, however I receive the following error. I cannot seem to find any info online on how to resolve this issueAny ideas?
HiWhen querying an integer value, the default format is '0.0' which results in an integer value 202111, displayed as 202,111. I can resolve the issue by updating the visualisation or using formatnumber in my query, however I would like to set a defa...
I've created an external table that points to an XML file on the ADLS. I've installed spark-xml library on my cluster. I can query the table on the cluster.However, I cannot query the table on Databricks SQL. I get the following error. I suppose th...