File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3054,15 +3054,15 @@ Read in the content of the "books.xml" as instance of ``StringIO`` or
3054
3054
df = pd.read_xml(bio)
3055
3055
df
3056
3056
3057
- Even read XML from AWS S3 buckets such as Python Software Foundation's IRS 990 Form:
3057
+ Even read XML from AWS S3 buckets such as NIH NCBI PMC Article Datasets providing
3058
+ Biomedical and Life Science Jorurnals:
3058
3059
3059
3060
.. ipython :: python
3060
3061
:okwarning:
3061
3062
3062
3063
df = pd.read_xml(
3063
- " s3://irs-form-990/201923199349319487_public.xml" ,
3064
- xpath = " .//irs:Form990PartVIISectionAGrp" ,
3065
- namespaces = {" irs" : " http://www.irs.gov/efile" }
3064
+ " s3://pmc-oa-opendata/oa_comm/xml/all/PMC1236943.xml" ,
3065
+ xpath = " .//journal-meta" ,
3066
3066
)
3067
3067
df
3068
3068
You can’t perform that action at this time.
0 commit comments