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 @@ -3032,15 +3032,15 @@ Read in the content of the "books.xml" as instance of ``StringIO`` or
3032
3032
df = pd.read_xml(bio)
3033
3033
df
3034
3034
3035
- Even read XML from AWS S3 buckets such as Python Software Foundation's IRS 990 Form:
3035
+ Even read XML from AWS S3 buckets such as NIH NCBI PMC Article Datasets providing
3036
+ Biomedical and Life Science Jorurnals:
3036
3037
3037
3038
.. ipython :: python
3038
3039
:okwarning:
3039
3040
3040
3041
df = pd.read_xml(
3041
- " s3://irs-form-990/201923199349319487_public.xml" ,
3042
- xpath = " .//irs:Form990PartVIISectionAGrp" ,
3043
- namespaces = {" irs" : " http://www.irs.gov/efile" }
3042
+ " s3://pmc-oa-opendata/oa_comm/xml/all/PMC1236943.xml" ,
3043
+ xpath = " .//journal-meta" ,
3044
3044
)
3045
3045
df
3046
3046
You can’t perform that action at this time.
0 commit comments