We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General Information:
Describe the bug: When initializing a datalabeler, I get the following error:
TypeError: unhashable type: 'list'
To Reproduce:
import dataprofiler as dp from dataprofiler.data_readers.csv_data import CSVData data=dp.Data("sample_data.csv") data_labeler = dp.DataLabeler(labeler_type='structured')
Expected behavior:
I would expect no output, just the initialization of it and then afterwards, I could run something like:
predictions = data_labeler.predict(data)
Screenshots: Full error log:
Additional context:
Attached is the sample data file I used, just a list of randomly generated Mac Addresses, IP addresses, and IMSIs sample_data.csv
The text was updated successfully, but these errors were encountered:
Hey @js430! Thanks for opening the issue.
I'm unable to replicate this on my end with 0.10.9.
0.10.9
import dataprofiler as dp data=dp.Data("sample_data.csv") data_labeler = dp.DataLabeler(labeler_type='structured') predictions = data_labeler.predict(data)
I'm on sonoma and M1 chip, myself.
Sorry, something went wrong.
taylorfturner
tyfarnan
micdavis
ksneab7
No branches or pull requests
General Information:
Describe the bug:
When initializing a datalabeler, I get the following error:
TypeError: unhashable type: 'list'
To Reproduce:
Expected behavior:
I would expect no output, just the initialization of it and then afterwards, I could run something like:
Screenshots:
Full error log:
Additional context:
Attached is the sample data file I used, just a list of randomly generated Mac Addresses, IP addresses, and IMSIs
sample_data.csv
The text was updated successfully, but these errors were encountered: