Replies: 1 comment 5 replies
-
You should pass a list to the build method. like |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a dataframe from two different categories of a website's data using autoscraper library.
One of the categories, "amount saved" seems to have missing values corresponding to "description" category. Hence the following error:
Is there a way to get autoscraper capture null values for "amount saved" appropriately corresponding to its "description" so that I can append both of them into a single dataframe?
Beta Was this translation helpful? Give feedback.
All reactions