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

CLN: remove compat.lrange, part 3 #26319

Merged
merged 1 commit into from
May 9, 2019

Conversation

topper-123
Copy link
Contributor

@topper-123 topper-123 commented May 8, 2019

'b': list('ab..'),
'c': ['a', 'b', np.nan, 'd'],
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding the fixtures above:

These two dict patterns are used a lot in this file and because I needed to convert to list(range(4)) in all locations anyway, I just converted to use fixtures.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let me have a look - pretty particular on fixture names

@topper-123 topper-123 force-pushed the remove_compat.lrange_III branch from 488d8cd to cf1a633 Compare May 8, 2019 16:12
@codecov
Copy link

codecov bot commented May 8, 2019

Codecov Report

Merging #26319 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26319      +/-   ##
==========================================
- Coverage   92.04%   92.03%   -0.01%     
==========================================
  Files         175      175              
  Lines       52291    52291              
==========================================
- Hits        48132    48128       -4     
- Misses       4159     4163       +4
Flag Coverage Δ
#multiple 90.59% <ø> (ø) ⬆️
#single 40.74% <ø> (-0.15%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97.01% <0%> (-0.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d024aae...cf1a633. Read the comment docs.

2 similar comments
@codecov
Copy link

codecov bot commented May 8, 2019

Codecov Report

Merging #26319 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26319      +/-   ##
==========================================
- Coverage   92.04%   92.03%   -0.01%     
==========================================
  Files         175      175              
  Lines       52291    52291              
==========================================
- Hits        48132    48128       -4     
- Misses       4159     4163       +4
Flag Coverage Δ
#multiple 90.59% <ø> (ø) ⬆️
#single 40.74% <ø> (-0.15%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97.01% <0%> (-0.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d024aae...cf1a633. Read the comment docs.

@codecov
Copy link

codecov bot commented May 8, 2019

Codecov Report

Merging #26319 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26319      +/-   ##
==========================================
- Coverage   92.04%   92.03%   -0.01%     
==========================================
  Files         175      175              
  Lines       52291    52291              
==========================================
- Hits        48132    48128       -4     
- Misses       4159     4163       +4
Flag Coverage Δ
#multiple 90.59% <ø> (ø) ⬆️
#single 40.74% <ø> (-0.15%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97.01% <0%> (-0.12%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d024aae...cf1a633. Read the comment docs.

@jreback jreback added this to the 0.25.0 milestone May 9, 2019
@jreback jreback merged commit cf9ed41 into pandas-dev:master May 9, 2019
@jreback
Copy link
Contributor

jreback commented May 9, 2019

thanks @topper-123

@topper-123 topper-123 deleted the remove_compat.lrange_III branch May 9, 2019 13:23
@topper-123 topper-123 mentioned this pull request May 14, 2019
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants