To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/JohnWatsonRooney/ . You’ll also get 20% off an annual premium subscription.
@crissydogg8 ай бұрын
Brilliant as always
@fredde73568 ай бұрын
Hey John, can you please continue the scraping livestream with your test site? Would love to see how to handle the drop-down menus, Java script and how to handle stricter cloudflare rules Would be happy to hear about some news, if you plan to continue
@JohnSmith-y8o8 ай бұрын
I'm parsing my scraped data into Pydantic models. Never looked into dataframes pandas etc. should I? :D
@JohnWatsonRooney8 ай бұрын
definitely, it's great for analysis and transforming data
@Rice09878 ай бұрын
I've got next message in VS: Missing required CPU features. Install the `polars-lts-cpu` package instead of `polars` to run Polars with better compatibility. AND it starts working!
@Rice09878 ай бұрын
This is additional option if you have such issue. So, if you have it you need to install that second package after installing polars.
@historiadeunahora63836 ай бұрын
this also helped me, thanks!!
@prashantbhosale67458 ай бұрын
hi, can you show us how to extract all the data related to the title/field from the pdf file.
@Septumsempra88188 ай бұрын
Has anyone built an engine to mimic guman behavior? How does mone move the mouse and scroll etc to mimic human behavior. I have a site that requires a from to be filled in to change location. But it triggers captcha without fail. Does anyone have tips on mimicking human behavior or how to type something into a captch form
@pypypy42288 ай бұрын
What are the advantages over Pandas?
@JohnWatsonRooney8 ай бұрын
It’s going to be faster but for what I do there aren’t any really - I just wanted to try it out
@gokulyc8 ай бұрын
Code / repo link?
@einekleineente18 ай бұрын
0:20 you promised to link to the other video wehre you got the data... now I am sad that the link is not there .. and I never would get the idea to look at your channel to see which videos you posted in the last days.. ;-)
@DM-py7pj8 ай бұрын
might be video titled "Website to Dataset in an instant" based on quick scan of field names.
@mishmohd8 ай бұрын
Cleaning data is so passe, we up here dry cleaning data
@DM-py7pj8 ай бұрын
Looks v similar to PySpark.
@JohnWatsonRooney8 ай бұрын
i've not used that but looks good
@bakasenpaidesu8 ай бұрын
.
@JohnWatsonRooney8 ай бұрын
..
@abdulrahmanharoon31658 ай бұрын
Is it faster than pandas?
@bakasenpaidesu8 ай бұрын
10x
@JohnWatsonRooney8 ай бұрын
It’s written in rust and yes it is generally faster than pandas
@abdulrahmanharoon31658 ай бұрын
Thanks @@JohnWatsonRooney
@Septumsempra88188 ай бұрын
Kinda the same speed. It shines when the data gets big. Once your file is 1Gb+ it makes pandas look old.