gmontanola opened a new pull request #10437:
URL: https://github.com/apache/airflow/pull/10437


   The conversion wasn't being applied because the `astype` method needs to be 
used in a `pd.Series` object. This means all integer columns that have **NULL** 
values will be parsed as floats and the resulting file will have float formated 
numbers.
   
   Also, the Int64Dtype must be passed as an **instance** in order for it to 
work as intended.
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to