Python Forum
How to concatenate elements of different type in a table cell?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to concatenate elements of different type in a table cell?
#7
(Jul-07-2017, 03:19 AM)Larz60+ Wrote: question 1
Ok, so the p array is actually a text buffer that contains values of an array, but not a syntactically correct python structure.
is that correct?

question 2
and you need to parse those values to match up with the data_prec which is a syntactically correct
python list containing your standard deviation
is that correct?

question 3
With this assumption, if the p array is converted to a syntactically correct python list you'll be in a position to
take control and do the matching.
Is that correct?

Question 1
I used numpy array to construct the array "p", for storing the values of a matrix 4x5. How I'm a beginner in python, I'm not so sure if theres a syntax error here... The "list data_prec" has data of a 4x5 matrix stored too.

Question 2
Yes, it's correct.

Question 3
I believe that it's correct. If I have the same type of data to fill the "cell_text", would be easier to deal with it.
Reply


Messages In This Thread
RE: How to concatenate elements of different type in a table cell? - by Felipe - Jul-07-2017, 10:37 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Concatenate 3D arrays paul18fr 1 2,788 Apr-09-2021, 02:49 PM
Last Post: paul18fr
  Formula with elements of list - If-condition regarding the lists elements lewielewis 2 2,836 May-08-2020, 01:41 PM
Last Post: nnk
  How to prepare a NumPy array which include float type array elements subhash 0 1,953 Mar-02-2020, 06:46 AM
Last Post: subhash
  concatenate mcgrim 1 2,295 Mar-22-2019, 01:31 PM
Last Post: buran
  Checking the elements of a matrix with an elements of a list juniorcoder 11 6,027 Sep-17-2018, 03:02 PM
Last Post: gruntfutuk
  Slicing String cell by cell Vigneshkumarsakthivel 0 2,438 Sep-02-2018, 05:59 PM
Last Post: Vigneshkumarsakthivel
  Concatenate Specific Cell Interval With Pandas vidividi12 0 2,879 Oct-01-2017, 02:16 PM
Last Post: vidividi12
  How can i convert a string to an array with elements type float 64 zoya2385 3 6,209 May-11-2017, 03:57 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

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