@sahil1995chaturvedi wrote:
Hello all!!!
Used the following code to split data{combined dataset} into train and test again. But after doing so no row values are as such visible , rather only columns are visible.
Please help me out!!!
#Divide into test and train:
train = data.loc[data[‘source’]==“train”]
test = data.loc[data[‘source’]==“test”]
Posts: 3
Participants: 2