Python Forum
read individual nodes from an xml url using pandas
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
read individual nodes from an xml url using pandas
#3
(Jul-05-2020, 04:31 AM)bowlofred Wrote: I don't see the XML file you're trying to parse..
Sorry, here is a small section of it:

<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<Name>irs-form-990</Name>
<Prefix/>
<Marker/>
<MaxKeys>1000</MaxKeys>
<IsTruncated>true</IsTruncated>
<Contents>
<Key>200931393493000150_public.xml</Key>
<LastModified>2016-03-22T05:43:12.000Z</LastModified>
<ETag>"20b9640ea83d4b6838aee1e03187a15c"</ETag>
<Size>44204</Size>
<Owner>
<ID>0ae4c12b9d736edf3dd39976339f7099d887b890b4480029dd57e97b00d7070a</ID>
<DisplayName>jalynne.k.archibald</DisplayName>
Reply


Messages In This Thread
RE: read individual nodes from an xml url using pandas - by mattkaplan27 - Jul-05-2020, 04:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I rearrange df as the nodes index in pytorch geometric manner? uqlsmey 0 592 Jul-31-2023, 11:28 AM
Last Post: uqlsmey
  How to expand and collapse individual parts of the code in Atom Lora 2 1,298 Oct-06-2022, 07:32 AM
Last Post: Lora
  Python3 binary tree not replacing parent nodes with child nodes Aspect11 0 1,880 Sep-23-2020, 02:22 PM
Last Post: Aspect11
  Modifying anytree Nodes gw1500se 1 2,785 Jun-05-2020, 03:44 PM
Last Post: Gribouillis
  I am trying to read a pandas file Balaji 1 2,037 Oct-08-2019, 10:55 PM
Last Post: Larz60+
  Animate graph nodes inside a function adamG 0 3,030 Sep-23-2019, 11:18 AM
Last Post: adamG
  Loop files - Extract List Data To Individual Columns in CSV dj99 5 3,499 May-19-2019, 10:29 AM
Last Post: dj99
  Slicing Python list of strings into individual characters Drone4four 5 3,726 Apr-17-2019, 07:22 AM
Last Post: perfringo
  Comms for multiple nodes. MuntyScruntfundle 1 1,997 Feb-18-2019, 03:54 PM
Last Post: Larz60+
  Extract Strings From Text File - Out Put Results to Individual Files dj99 8 5,182 Jun-28-2018, 10:41 AM
Last Post: dj99

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020