getting type error when trying to draw a pairplot using seaborn in spyder
up vote
-3
down vote
favorite
here is the code
g = sns.pairplot(train[[u'Survived', u'Pclass', u'Sex',
u'Age', u'Parch', u'Fare', u'Embarked',
u'FamilySize', u'Title']], hue='Survived',
palette = 'seismic',size=1.2,diag_kind = 'kde',
diag_kws=dict(shade=True),
plot_kws=dict(s=10)
)
g.set(xticklabels=)
here
sns refers to seaborn and
train is a dataframe
python seaborn
New contributor
add a comment |
up vote
-3
down vote
favorite
here is the code
g = sns.pairplot(train[[u'Survived', u'Pclass', u'Sex',
u'Age', u'Parch', u'Fare', u'Embarked',
u'FamilySize', u'Title']], hue='Survived',
palette = 'seismic',size=1.2,diag_kind = 'kde',
diag_kws=dict(shade=True),
plot_kws=dict(s=10)
)
g.set(xticklabels=)
here
sns refers to seaborn and
train is a dataframe
python seaborn
New contributor
Please post the error as well.
– Leo
Nov 18 at 13:40
You probably want to read How to Ask and Minimal, Complete, and Verifiable example.
– ImportanceOfBeingErnest
Nov 18 at 13:47
Question has nothing to do withmachine-learning
orkaggle
- kindly do not spam the tags (removed).
– desertnaut
Nov 19 at 0:06
add a comment |
up vote
-3
down vote
favorite
up vote
-3
down vote
favorite
here is the code
g = sns.pairplot(train[[u'Survived', u'Pclass', u'Sex',
u'Age', u'Parch', u'Fare', u'Embarked',
u'FamilySize', u'Title']], hue='Survived',
palette = 'seismic',size=1.2,diag_kind = 'kde',
diag_kws=dict(shade=True),
plot_kws=dict(s=10)
)
g.set(xticklabels=)
here
sns refers to seaborn and
train is a dataframe
python seaborn
New contributor
here is the code
g = sns.pairplot(train[[u'Survived', u'Pclass', u'Sex',
u'Age', u'Parch', u'Fare', u'Embarked',
u'FamilySize', u'Title']], hue='Survived',
palette = 'seismic',size=1.2,diag_kind = 'kde',
diag_kws=dict(shade=True),
plot_kws=dict(s=10)
)
g.set(xticklabels=)
here
sns refers to seaborn and
train is a dataframe
python seaborn
python seaborn
New contributor
New contributor
edited Nov 19 at 0:06
desertnaut
15.3k53361
15.3k53361
New contributor
asked Nov 18 at 13:37
Sai Harshith Balla
1
1
New contributor
New contributor
Please post the error as well.
– Leo
Nov 18 at 13:40
You probably want to read How to Ask and Minimal, Complete, and Verifiable example.
– ImportanceOfBeingErnest
Nov 18 at 13:47
Question has nothing to do withmachine-learning
orkaggle
- kindly do not spam the tags (removed).
– desertnaut
Nov 19 at 0:06
add a comment |
Please post the error as well.
– Leo
Nov 18 at 13:40
You probably want to read How to Ask and Minimal, Complete, and Verifiable example.
– ImportanceOfBeingErnest
Nov 18 at 13:47
Question has nothing to do withmachine-learning
orkaggle
- kindly do not spam the tags (removed).
– desertnaut
Nov 19 at 0:06
Please post the error as well.
– Leo
Nov 18 at 13:40
Please post the error as well.
– Leo
Nov 18 at 13:40
You probably want to read How to Ask and Minimal, Complete, and Verifiable example.
– ImportanceOfBeingErnest
Nov 18 at 13:47
You probably want to read How to Ask and Minimal, Complete, and Verifiable example.
– ImportanceOfBeingErnest
Nov 18 at 13:47
Question has nothing to do with
machine-learning
or kaggle
- kindly do not spam the tags (removed).– desertnaut
Nov 19 at 0:06
Question has nothing to do with
machine-learning
or kaggle
- kindly do not spam the tags (removed).– desertnaut
Nov 19 at 0:06
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sai Harshith Balla is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Sai Harshith Balla is a new contributor. Be nice, and check out our Code of Conduct.
Sai Harshith Balla is a new contributor. Be nice, and check out our Code of Conduct.
Sai Harshith Balla is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53361480%2fgetting-type-error-when-trying-to-draw-a-pairplot-using-seaborn-in-spyder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please post the error as well.
– Leo
Nov 18 at 13:40
You probably want to read How to Ask and Minimal, Complete, and Verifiable example.
– ImportanceOfBeingErnest
Nov 18 at 13:47
Question has nothing to do with
machine-learning
orkaggle
- kindly do not spam the tags (removed).– desertnaut
Nov 19 at 0:06