Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFormat guessing code in parse_date_time broke my code ! #516
Comments
|
Yes, this is an thorny issue and better documentation is the only way to "fix" that. |
|
Fixing this by providing two new parameters |
|
Thanks |
After reading the code, I realised what was happening, but it killed an afternoon.
I found that there is an issue here #308, and am now using the "exact" flag.
My only suggestion is that there should be something more in the documentation. Currently there is only one reference to the "training", without any explanation what it does:
Perhaps a short description of what the training actually does, and why you might want to not use it. And perhaps a flag synonym like "training=FALSE" to make it easier to understand the code where it is used.