Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Series objects to optionally have a name associated with them #73

Closed
wesm opened this issue Jul 18, 2011 · 2 comments
Closed

Enable Series objects to optionally have a name associated with them #73

wesm opened this issue Jul 18, 2011 · 2 comments
Milestone

Comments

@wesm
Copy link
Member

wesm commented Jul 18, 2011

This would be easy to do / unobtrusive:

>>> s = Series(values, index, name='foo')
>>> s.name
@wesm
Copy link
Member Author

wesm commented Sep 18, 2011

According to @jseabold "Two somewhat related observations. Unless I missed it, it might be
nice if Index had a names attribute like MultiIndex. The same for
Series, maybe called columns like DataFrame. I was needing one when
trying to allow joining a Series to a DataFrame until I found insert,
though insert doesn't allow you to append. Of course, I could just do
df['new_col'] = some_series, but I like the alignment index checking
in join and friends.
"

@wesm
Copy link
Member Author

wesm commented Oct 14, 2011

This was done in 0.4.3

@wesm wesm closed this as completed Oct 14, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant