Skip to content

Instantly share code, notes, and snippets.

@JulianWgs
Created April 13, 2020 18:34
Show Gist options
  • Save JulianWgs/2fa20fabfa87d709a0b6c394eba9266c to your computer and use it in GitHub Desktop.
Save JulianWgs/2fa20fabfa87d709a0b6c394eba9266c to your computer and use it in GitHub Desktop.
CANdas Demo
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lepomas94
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment