forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
Issue #2
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
Open
devjeetr
wants to merge
647
commits into
master
Choose a base branch
from
issue-#29697
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Issue #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* troubleshoot azure * troubleshoot locale build
…ns.py (pandas-dev#32927) Co-authored-by: MomIsBestFriend <>
) * [pandas-dev#30914] Make a code check which bans imports of fixtures in tests * using indices fixture instead of duplicative index fixture * calling 'indices' fixture as 'index' * Revert "calling 'indices' fixture as 'index'" This reverts commit 1eba26d. * using string_index fixture instead of @pytest.mark.parametrize(indices, [string], indirect=True) * Revert "using string_index fixture instead of @pytest.mark.parametrize(indices, [string], indirect=True)" This reverts commit 2a3e611.
Co-authored-by: MomIsBestFriend <>
pandas-dev#33140) Co-authored-by: Matt Roeschke <[email protected]>
…_init__.py (pandas-dev#33142) * CLN: Remove unused import * Removed `noqa` comment Co-authored-by: MomIsBestFriend <>
* CLN: Nitpicks * Restarting CI as it failed to fetch a URL Co-authored-by: MomIsBestFriend <>
…dev#33220) * Add function to get_iso_calendar - This function reproduces what `datetime.date.isocalendar` returns - Refactor get_week_of_year to use get_iso_calendar internally * Add fields function to build isocalendar array - Returns a structured numpy array with year, week, and day corresponding to the ISO 8601 calendar * Add isocalendar property to DatetimeArray - Add corresponding access properties in accessors - This calculates the year, week, and day components according to the ISO 8601 calendar and returns them in a data frame. - It is analogous to Timestamp.isocalendar and datetime.date.isocalendar * Fix dt tests to handle DataFrame output * Update what’s new for isocalendar * Add columns explicitly when creating DataFrame * Set fill value to a tuple of nan - Older versions of numpy otherwise throw an error: ``` TypeError: a bytes-like object is required, not 'float' ``` * Define return of iso_calendar as ctypedef * Use to_datetime instead of dtype=“datetime64[D]” * Fix doc string to be in row format * Improve readability of ccalendar test * Return Int64 dataframe when NaT present * Clean up example to use a single Series * Always return an Int64 data frame * Return UInt32 per calendar ops standard * Add timeseries documentation Co-authored-by: Jeff Reback <[email protected]>
…ndas-dev#33399 (pandas-dev#33470) * DOC: timezone conversion example added to pandas.Series.astype doc pandas-dev#33399 * DOC: fixed the whitespace issue flagged in pep8 checks pandas-dev#33399 * DOC: added text in comments to commentary in example #333999 * DOC: added a more generic behavior statement as suggested. pandas-dev#33399 * DOC: removed unwanted commentary statement as per suggestion pandas-dev#33399 Co-authored-by: Venkatesh Datta <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff