Python Forum
How to access dataframe elements
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to access dataframe elements
#3
But some of the value is becoming "int", in fact, I need all the values to be "str". May be is it because of df.values? I use
temp=df.values[i, j].str()
but it does not work.
Reply


Messages In This Thread
How to access dataframe elements - by SriMekala - Jul-26-2019, 03:11 AM
RE: How to access dataframe elements - by scidam - Jul-26-2019, 07:42 AM
RE: How to access dataframe elements - by SriMekala - Jul-26-2019, 08:37 AM
RE: How to access dataframe elements - by fishhook - Jul-26-2019, 08:49 AM
RE: How to access dataframe elements - by scidam - Jul-30-2019, 01:50 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Formula with elements of list - If-condition regarding the lists elements lewielewis 2 2,791 May-08-2020, 01:41 PM
Last Post: nnk
  Index in Python list contains multiple elements.How to access each val and pass them Shameendra 1 2,439 Nov-30-2018, 05:41 PM
Last Post: wavic
  Checking the elements of a matrix with an elements of a list juniorcoder 11 5,971 Sep-17-2018, 03:02 PM
Last Post: gruntfutuk
  access a very large file? As an array or as a dataframe? Angelika 5 4,991 May-18-2017, 08:15 AM
Last Post: Angelika

Forum Jump:

User Panel Messages

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