Created
April 13, 2020 18:34
-
-
Save JulianWgs/2fa20fabfa87d709a0b6c394eba9266c to your computer and use it in GitHub Desktop.
CANdas Demo
Hi, how long should I expect it to take reading in a 1 GB blt file the first time?
I also get the following status message when running from_file
:
The following IDs caused errors: {217841667, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 848, 240, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 304, 305, 306, 307, 308, 309, 311, 312, 313, 320, 321, 322, 324, 325, 326, 327, 328, 329, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 368, 369, 370, 371, 372}
Is this something I should be concerned about? If so, is there any way to find out more about the errors caused?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
While using,
cd.from_file(db, database_logpath, names=[
# signals which you want to add
"signal1", "signal2",
],
For some reason this option is skipped and it processes all the signals. I don't get keyerrors, I am copying the signal names as they are shown in the mat file variables.
Is this a known bug? Is there any workaround?
When using
.to_dataframe(names=Names)
names are not skipped tho.