Replies: 2 comments
-
You might want to implement an and: Another good example is in ParquetSharp.DataFrame: https://github.com/G-Research/ParquetSharp.DataFrame/blob/c21717c434f74d18b5a86a3ba75465b8757a83bb/ParquetSharp.DataFrame/DataFrameWriter.cs#L8 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to loop over my schema and make the
DateTime
part ofdynamic.
Since my schema is dynamic and I have already defined all DataTypes for my columns in the schema, this step seems superfluous to me
Any idea how i can solve this?
Beta Was this translation helpful? Give feedback.
All reactions