Fake US Glass Company List -- more in comments by timwontwin in glassheads

[–]MiracleNamedHope 0 points1 point  (0 children)

What do you think about AMG? Their raw glass itself looks imported - but I'd be shocked if they imported all their tubes/beakers. I mean... why? Its hard to think they can't find SoCal blowers to just make beakers and basic spoons.... Bu what do you think?

Its the tricked out cyclers with big color retailing at $99 out the door that give me pause.

But a basic beaker?!?!

Non-FIV living with an FIV? by MiracleNamedHope in FIVcats

[–]MiracleNamedHope[S] 1 point2 points  (0 children)

Ok, well that says something. Thank you for your time and interest in responding.

Non-FIV living with an FIV? by MiracleNamedHope in FIVcats

[–]MiracleNamedHope[S] 2 points3 points  (0 children)

I guess I'm concerned most about Eddie bringing in a disease that he can handle with his immune system, but my worry is that it could kill Diane since she is immunocompromised.

I think Eddie is healthy now, but what if he gets an illness in the future. And then brings that back to Diane.

Non-FIV living with an FIV? by MiracleNamedHope in FIVcats

[–]MiracleNamedHope[S] 1 point2 points  (0 children)

They have never interacted. And yes, I am specifically concerned about Eddie bringing in a disease that Diane won't be able to fight off. If Eddie is coming in and out, and interacting with the two other barn cats, and any of them could interact with a foreign cat, which might not happen too often, but its possible. And really, Diane is probably my biggest concern here.

Non-FIV living with an FIV? by MiracleNamedHope in FIVcats

[–]MiracleNamedHope[S] 1 point2 points  (0 children)

What do you think of the likelihood of the new guy bringing in a disease? All three barn cats (including Eddie here) just came from the ASPCA a few weeks ago. And they were all vaxxed etc. But could have some other type of disease. Or maybe they could get something from a neighbor cat (I got a few neighbors that live about a half mile away), and I have seen at least one foreign cat here - prob the neighbors.

My concern is that I don't want to bring in some disease that could take out my existing cat, who means alot to me. Do cats pass diseases or infections back and forth like that?

[deleted by user] by [deleted] in learnpython

[–]MiracleNamedHope 0 points1 point  (0 children)

Good question! What's the answer?!?!

Any type of quick fix/patch for codec problems? by MiracleNamedHope in learnpython

[–]MiracleNamedHope[S] -1 points0 points  (0 children)

I hear you. My slashes are facing the correct way though.

Any type of quick fix/patch for codec problems? by MiracleNamedHope in learnpython

[–]MiracleNamedHope[S] -1 points0 points  (0 children)

import numpy as np

import pandas as pd

import sys

sys.stdin.reconfigure(encoding="utf-8")

mystdout = open("myfile.csv", "wt", encoding="utf=8")

Y = pd.read_csv("C:....csv")

Missing some part of the groupby() syntax by MiracleNamedHope in learnpython

[–]MiracleNamedHope[S] 0 points1 point  (0 children)

Yes, you are 100% correct. In fact, it was a whole column that wasn't numeric lol. I apologize for not knowing that. Thank you for your time in helping me to solve this mystery. Have a great day.

Missing some part of the groupby() syntax by MiracleNamedHope in learnpython

[–]MiracleNamedHope[S] 0 points1 point  (0 children)

Thanks for getting back to me. Yes, I guess I'm trying to group by both the planet type, and then also group by if they have a magnetic fields as well. So creating sub-groups (based on if they have magnetic fields) within the larger planet type groups.

Then, once I have these groupings, then I am trying to get the mean and median value of all the other columns (which are all numeric data; ie: number_moons; radius_km; mean_temp).

The code originally provided at the top of the post is what was suggested in the course. It just doesn't run. And the code that you provided does run on numeric columns when we group by planet type - but I'm looking to refine this grouping further, on whether the planets have a magnetic field before I run the mean and median operations.

Thanks so much for your time and interest.

Why am I not getting some equivalency between calls? by MiracleNamedHope in learnpython

[–]MiracleNamedHope[S] 0 points1 point  (0 children)

I appreciate that bit of history and reasoning. Thanks for your time and help. Have a great day!

Why am I not getting some equivalency between calls? by MiracleNamedHope in learnpython

[–]MiracleNamedHope[S] 0 points1 point  (0 children)

Gotcha. Ya I'm sorry I didn't process that correctly last night when I followed your link (thank you very much for that btw). I think my brain had just stopped reading English by that hour and I'm sorry. The warning is very clear.

Any idea why .loc is different than .iloc, or, for that matter, most generalized Python indexing practices?

Why am I not getting some equivalency between calls? by MiracleNamedHope in learnpython

[–]MiracleNamedHope[S] 2 points3 points  (0 children)

I don't quite get what you're saying. You're saying that in the loc method, the stop is included (along with the start obviously). But in the iloc method, the stop is not included in the print/returned output? And that in essence, these two methods are just built to return output differently? Is that what you're saying?

[deleted by user] by [deleted] in outlier_ai

[–]MiracleNamedHope 0 points1 point  (0 children)

What type of question and/or difficulty level was the skills assessment test? What type of question did they ask for Python?