Questions tagged [table-splitting]

32 questions
-1
votes
2 answers

How to split data in a column into some separate columns in Python?

So, I have a data frame given below: import pandas as pd df = pd.DataFrame( { "id": [8233037, 8233313], "geometry": [ "{'type': 'MultiLineString', 'coordinates': [[[107.612018, -6.921755], [107.611888, -6.92303],…
-2
votes
2 answers

How to split these multiple rows in SQL?

I am currently studying SQL and I am still a newbie. I have this task where I need to split some rows with various entries like dates and user IDs. I really need help +-------+------------------------------+---------------------------+ | TYPE | …
Ace
  • 1
  • 1
1 2
3