1

I've some date values which get automatically format when I pass that through dataiku dataset. I don't want to format those dates. I just want them in the same format in which they are before formatting.

Before formatting

enter image description here

After formatting

enter image description here

---- UPDATE ----

I've fixed this by setting the datatype of each column in dataframe using astype() methode.

Example:

bucketOutput_df = bucketOutput_df.astype({"bucketStatusDate": str, "bucketSpudDate": str})
Suresh
  • 5,687
  • 12
  • 51
  • 80
  • How you are loading the data into the Dataiku platform? Is it a file upload or a database connection? – Gaur May 25 '22 at 03:46
  • 1
    @Gaur I've already fixed this. Updated my answer in the post itself. I was reading data from one EXCEL Sheet & putting those in Dataiku dataset. Thanks for your reply though. – Suresh May 26 '22 at 11:02

0 Answers0