Thank you!! I had spent hours trying to solve this problem, and you just hit the nail on the head!!
@UniqueAB24715 күн бұрын
What a nice tutorial, thank you.
@brofessorsbooks335224 күн бұрын
DEFINITIVE! so good
@khayam88Ай бұрын
Very well explained
@MaxWilliams-r5g2 ай бұрын
Great JOB Appreciate
@alex_df2 ай бұрын
Thank you so much for this playlist! Went through all of it today and learned a lot. I am very experienced in Pandas and there's something I would like to simplify in your process for any new learners here: After you perform your spatial join (I've changed some variables names here) ``` states_power = gpd.sjoin(states, powerplants, how='inner', predicate='contains') ``` You can easily map the powerplant count by converting that count into a dictionary and then mapping it to the desired dataframe using the `map` function of geopandas (also in regular pandas): ``` # convert count to dictionary state_map = states_power.name.value_counts().to_dict() # map powerplant count to states states['count'] = states.name.map(state_map) ``` And just like that! For instances that do not have a match, it will have a NaN count. I know this an old video, but I hope this helps!
@Aleqsie2 ай бұрын
Noticed the tutorial is from 2016. How relevant is the code syntax(d3js) to apply it nowadays?
@TobiasBlithe-r2h4 ай бұрын
Young Brenda Moore Gary Martin Sarah
@hariraj74554 ай бұрын
Thank You, it was helpful and I was able to use the tool properly!! Much appreciated!
@willlmcavoy4 ай бұрын
Excellent video, thank you!
@TestUser-il5wz5 ай бұрын
Ah Finally Its workin in 2024 i add this cors policy for images and other stuff [ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "GET", "PUT", "POST", "DELETE" ], "AllowedOrigins": [ "*" ], "ExposeHeaders": [ "x-amz-server-side-encryption", "x-amz-request-id", "x-amz-id-2" ], "MaxAgeSeconds": 3000 } ]
@cheikhdiop40825 ай бұрын
Very informative! Clear explanation!
@youssefsameh8165 ай бұрын
thank you so much
@monks4me5 ай бұрын
I'm polyGONE leave a comment.
@SuperArticwolf5 ай бұрын
Went through complete series. Great practical series, with useful examples and informative Videos. Kindly Continue making such videos.
@samadrita81045 ай бұрын
Thank you !!!
@luccassouza95146 ай бұрын
nice man, tks!!
@anastasiiamorozova34176 ай бұрын
hello from Lede2024, Bulma totally changed their interface and now they have even more pages inside of pages inside of pages and you never know what is where unless you use their search box!!
@jsoma6 ай бұрын
:0
@metafive16 ай бұрын
Thanks for making the most complete set of ai2html tutorials on the planet. Have you used figma2html yet?
@jsoma6 ай бұрын
Haha, it was completely accidental! Every year I hope someone who actually uses it daily will do better ones. I haven't used figma2html! but one of my instructors taught it last year so no one would have to buy Illustrator. It was a little rough around the edges but definitely useful
@shouryamehta45146 ай бұрын
How would I spatial join 2 data sets with longitude and latitude coordinates and also with dates - aka how do i match up the data both temporaly and spatially
@j.r.99666 ай бұрын
Very helpful - ty sir.
@RicardoOrihuelaInga7 ай бұрын
ow men thanks a lot you saved me!
@Hasan-ye3xz7 ай бұрын
cant thank enough !!
@kushalgautam95877 ай бұрын
thank you it works
@visarutsankham76077 ай бұрын
many thanks, I would love to join your class one day!
@Fehintiti_8 ай бұрын
Do you have a link to download the zip file you used?
@sci_humn8 ай бұрын
Hey, I got one error while plotting a different lat lon coordinates: ValueError: aspect must be finite and positive plz help...
@prozaclink8 ай бұрын
for anyone watching this recording, there's a sound issue at 43:27...just fast forward to 44:12. It's not your computer, there's no need to refresh or restart
@hpac96878 ай бұрын
Just watch 5 of your videos in a row. Good content! You got a new subscriber :)
@muratorhun82368 ай бұрын
You have saved my day!, Thank you
@ANJALITHAKUR-ee1jb8 ай бұрын
Thankyou this helped!
@ggs64758 ай бұрын
python -m pip install ipykernal Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement ipykernal (from versions: none) ERROR: No matching distribution found for ipykernal
@petterim8 ай бұрын
Excellent playlist. Thanks!
@MFM888329 ай бұрын
You're really good at explaining things. Please do one for windows using Git Bash or Command Prompt.
@realserax10 ай бұрын
Hey great Video but I got a question, I am currently using a .env to hide my mySQL connection data inside of my python script, and when using nuitka this .env is not hidden and instead its shown in the path of the exe. Is there a way to fix it, or do you maybe know a alternative I can do to hide my mySQL connection data like the password? Or is nuitka so safe that people cant get my sourcecode at all?
@tusharj858810 ай бұрын
thank you so much
@brucening432510 ай бұрын
You are such a fucking G BRO I LOVE YOU
@minakshimathpal869810 ай бұрын
You are awesome.
@stelsewhere374810 ай бұрын
7:00
@totofreelance11 ай бұрын
Notification was so annoying.
@totofreelance11 ай бұрын
Thank you!
@joydeepsarkar309211 ай бұрын
Glad I came across this tutorial of yours! Very helpful!
@sajlr216411 ай бұрын
GOLDEN CONTENT!!! As beginner/self learner, these are hands down the best introductory explanations to HTML, CSS and Bootstrap. I get now.
@sajlr216411 ай бұрын
THANK YOU!! As a hobbiest/newbie, this is golden content!!💯
@JBlongz Жыл бұрын
Thanks so much. This helped me troubleshoot some S3 problems.
@abdulrahmanjasim4707 Жыл бұрын
Thank you, Jonathan, for a fantastic explanation
@Danielagostinho21 Жыл бұрын
what if we don't have access to change the server config and allow cors?
@jsoma Жыл бұрын
That's usually the case when you're on one server and trying to get data from another server. But unless you can change the other server, you won't be able to have the browser get the data... In those situations I usually set up something to automatically download the data from the remote location to somewhere I *do* control. This is kind of the same situation as kzbin.info/www/bejne/h3-uqa2hg9WmodE except that you don't need to scrape.
@muhammadsanan6418 Жыл бұрын
Thankfully, I don't need documentations. I can just watch this video for developing concepts. Excellent ❤
@dtaktlq1296 Жыл бұрын
Hello sir, I have a question, I'm trying to click on an icheckbox with box of value changing everytime i open the website. How can I do that? Thank you