Felipe Caballero
Felipe Caballero
> Can you confirm the issue still exists with 0.7.7? Yes, this still happens.
Sure, here's my initial code: ``` a=2 def someFn(): print('hello there') print(a==3) ``` After running `./autopep8 ~/sampleCode.py`, I get the following which is what I would expect to get (`a=2`...
When running your code I get: ``` $ ./autopep8 ~/sampleCode.py -v [file:[path]/sampleCode.py] ---> Applying global fix for E265 ---> 3 issue(s) to fix {'E225': {1, 5}, 'E302': {3}} ---> 0...
Thanks! That works! How did you come by with E101 and E111? Is it because of previous knowledge or did you see some output from one of the commands?
Ok but I meant without looking at code would I have been able to find a solution? Perhaps at looking at pycodestyle?
I believe if I can use Int64 instead of Float64 is "best" (when I don't need a decimal number), for instance from the point of view of legibility it's easier...
So I found a workaround for what I want. Allow Pandas to change to int64 when no decimals are present. In **Step 6** (in [the original post](https://github.com/pandas-dev/pandas/issues/58543#issue-2276746959)), instead of doing...
Yep. Happens to me too. Same silicon.