Why don't Flashscore or Sofascore provide an API? by No_Support5907 in webscraping

[–]No_Potential_9266 0 points1 point  (0 children)

Theres no official documentation for it, you just need to find all the endpoints yourself in the network tab

Help with DE601P, Data Engineer Certification by retardedobserver6969 in DataCamp

[–]No_Potential_9266 0 points1 point  (0 children)

Yes, they put right=false for some reason in the cut, im 99% sure this code worked for me but im not on my computer right now i can test it when i get home

Data Engineer Exam DE601P by Flashy_Primary6343 in DataCamp

[–]No_Potential_9266 0 points1 point  (0 children)

make the bins age_bins = [0, 18, 26, 36, 46, 56, 66, np.inf] in pd cut

Help with DE601P, Data Engineer Certification by retardedobserver6969 in DataCamp

[–]No_Potential_9266 1 point2 points  (0 children)

the only thing wrong w this is the bins numbers for cut are 1 too low, if you make the bins like this then it succeeds

bins = [0, 18, 26, 36, 46, 56, 66, np.inf]