Split a text(with names and values) column into multiple columns in Pandas DataFrame
问题 I have problem with speed of my algorithm, is too slow. I have a big dataframe and wanna create columns depends on the name and value in other. I am looking for a solution maybe in Pandas. Before running I don't know the size of the future columns. Here is a simple schema. "column"<==>"value"<br>"column"<==> "value"<br>... my data frame id | params | ---|----------------- 0 |currency<=>PLN<br>price<=>72.14<br>city<==>Berlin ---|----------------- 1 |price<=>90<br>area<=>72.14<br>city<==>San