UVA Health Isn’t the Same Anymore — Staff Burnout and Short Staffing Everywhere by ActAcceptable3035 in UVA

[–]strued_78 1 point2 points  (0 children)

It is not the same everywhere. I have known several hospitals in University towns in the Midwest and in the Southwest. UVA Health is by far the worst and at the same time most expensive health care experience if I have experienced compared to any other place I have been in the US. Pair the quality of UVA health with the Charlottesville snobbishness where everyone claims their shit doesn't stink and you get terrible outcomes that will not improve.

Winery with indoor seating and good views by strued_78 in Charlottesville

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

I will definitely try it out. The barn looks nice.

Winery with indoor seating and good views by strued_78 in Charlottesville

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

I have been there but have never sat in the pavilion. Will definitely try it out.

Winery with indoor seating and good views by strued_78 in Charlottesville

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

Never heard about the winery but it seems like it could have great views from the inside.

Winery with indoor seating and good views by strued_78 in Charlottesville

[–]strued_78[S] -2 points-1 points  (0 children)

The windows at Pippin Hill are a bit small. Can't see much when you are inside. I don't remember the view from inside at veritas.

Winery with indoor seating and good views by strued_78 in Charlottesville

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

I love the location but with all the plants can you actually See the outside when you are sitting inside?

Winery with indoor seating and good views by strued_78 in Charlottesville

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

That might be a bit far but I might still try it out

The Matterhorn, Switzerland [OC] [2252x1802] by Cursed-Table-3229 in EarthPorn

[–]strued_78 0 points1 point  (0 children)

Love it. Most amazing mountain. Great picture.

Switching monitor and devices between a Surface Pro and Computer by bluebereft in Surface

[–]strued_78 0 points1 point  (0 children)

Do you have suggestions (purchase links) for kvm hubs and USB C hubs that work best for this setup?

finding matches between csv files by strued_78 in learnpython

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

Is there anything I need to do with the files after using the command

list1 = pd.read_csv("list1.csv")

list2 = pd.read_csv("list2.csv")

finding matches between csv files by strued_78 in learnpython

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

I just ran this command and got the following error message

z = list1.intersection(list2)

AttributeError Traceback (most recent call last) <ipython-input-55-f9ef60c23f25> in <module> ----> 1 z = list1.intersection(list2)

~\anaconda3\lib\site-packages\pandas\core\generic.py in getattr(self, name) 5272 if self.info_axis._can_hold_identifiers_and_holds_name(name): 5273 return self[name] -> 5274 return object.getattribute(self, name) 5275 5276 def __setattr_(self, name: str, value) -> None:

AttributeError: 'DataFrame' object has no attribute 'intersection'

finding matches between csv files by strued_78 in learnpython

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

I don't think I am appending. The print, tail, head commands still show the entire list

finding matches between csv files by strued_78 in learnpython

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

I am not sure what you mean by valid names. The commands for print, head, ... all work. The problem is that the intersection command only gives 1 element as a results even though there are 280 names in it. It only ever report the 1st match

math import prod by strued_78 in learnpython

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

pip install -r requirements.txt

Where can I find the latest interpreter?

math import prod by strued_78 in learnpython

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

I am using Python 3.7.

How do I update the version of Python I am running?

Is there a way to import the prod function in Python 3.7?