Apr-11-2020, 03:54 PM
(This post was last modified: Apr-11-2020, 03:55 PM by AmericanEagle1989.)
Hello,
I am new and a beginner trying to learn. I have 4 rows in Lausanne. I have 4 rows in Morges. I don't understand why the below codes doesnt give me the 8 rows I would expect. Does anyone know?
I am new and a beginner trying to learn. I have 4 rows in Lausanne. I have 4 rows in Morges. I don't understand why the below codes doesnt give me the 8 rows I would expect. Does anyone know?
1 2 3 4 5 6 7 8 |
listingsLausanneMorges = pd.DataFrame( { 'title' : [titlesLausanne,titlesMorges], 'description' : [descriptionLausanne,descriptionMorges], 'address' : [addressLausanne,addressMorges], 'price' : [priceLausanne,priceMorges], 'rating & listing date' : [rating_listingDateLausanne, rating_listingDateMorges] }) |