Python Forum
Nested Data structure question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Nested Data structure question
#8
(Feb-19-2019, 01:41 AM)arjunfen Wrote: I am trying to parse an excel into a hashmap table - with nested hashes inside. What is the optimal way to do this ?
I would try to read data in with Pandas,then try to make sense of data there.
If you can do some manipulation of data in Excel,then all of that and more can also be done in Pandas.
Common Excel Tasks Demonstrated in Pandas.
Reply


Messages In This Thread
Nested Data structure question - by arjunfen - Feb-19-2019, 01:41 AM
RE: Nested Data structure question - by Larz60+ - Feb-19-2019, 05:32 PM
RE: Nested Data structure question - by arjunfen - Feb-20-2019, 04:35 PM
RE: Nested Data structure question - by ichabod801 - Feb-20-2019, 05:27 PM
RE: Nested Data structure question - by Larz60+ - Feb-20-2019, 09:55 PM
RE: Nested Data structure question - by arjunfen - Feb-21-2019, 10:56 PM
RE: Nested Data structure question - by ichabod801 - Feb-21-2019, 11:37 PM
RE: Nested Data structure question - by snippsat - Feb-22-2019, 02:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python 3.11 data import question love0715 2 818 Mar-05-2023, 06:50 PM
Last Post: snippsat
  Read nested data from JSON - Getting an error marlonbown 5 1,383 Nov-23-2022, 03:51 PM
Last Post: snippsat
  How can I add certain elements in this 2d data structure and calculate a mean TheOddCircle 3 1,563 May-27-2022, 09:09 AM
Last Post: paul18fr
  Convert nested sample json api data into csv in python shantanu97 3 2,854 May-21-2022, 01:30 PM
Last Post: deanhystad
  Appropriate data-structure / design for business-day relations (week/month-wise) sx999 2 2,811 Apr-23-2021, 08:09 AM
Last Post: sx999
  what data structure to use? Winfried 4 2,836 Mar-16-2021, 12:11 PM
Last Post: buran
  Yahoo_fin, Pandas: how to convert data table structure in csv file detlefschmitt 14 7,806 Feb-15-2021, 12:58 PM
Last Post: detlefschmitt
  How to use Bunch data structure moish 2 2,923 Dec-24-2020, 06:25 PM
Last Post: deanhystad
  Correct data structure for this problem Wigi 13 4,649 Oct-09-2020, 11:09 AM
Last Post: buran
  difficulties to chage json data structure using json module in python Sibdar 1 2,094 Apr-03-2020, 06:47 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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