• Hi Guest Just in case you were not aware I wanted to highlight that you can now get a free 7 day trial of Horseracebase here.
    We have a lot of members who are existing users of Horseracebase so help is always available if needed, as well as dedicated section of the fourm here.
    Best Wishes
    AR

Hope would be appreciated

FHRTIPS

Colt
Hi I'm looking for simple data,
I'm not good with python or any other
I just need help from someone who can retrieve the information like I posted in the CSV file thanks
 

Attachments

  • Sample (1).csv
    18.2 KB · Views: 10
RI? Explain it to me like I'm five LOL

There is nothing to go on from your csv; no header, no URL. How do you expect someone to help?

Is this from something like this?:

 
Last edited:
It's a json object that's output:

$ pwd
/c/Users/garry/rpscrape/scripts

$ python racecards.py today

$ ll -h ../racecards/2021-08-12.json
-rw-r--r-- 1 197121 755K Aug 12 09:08 ../racecards/2021-08-12.json

If you have python installed, you can just run:

$ python -m json.tool ../racecards/2021-08-12.json

which will pretty print the json for you
 
It's a json object that's output:

$ pwd
/c/Users/garry/rpscrape/scripts

$ python racecards.py today

$ ll -h ../racecards/2021-08-12.json
-rw-r--r-- 1 197121 755K Aug 12 09:08 ../racecards/2021-08-12.json

If you have python installed, you can just run:

$ python -m json.tool ../racecards/2021-08-12.json

which will pretty print the json for you
Thought it's was a CSV file
 
Back
Top