Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
About Me

A generalist who's becoming more and more techie

Interests
Epidemiology, health and social care stats
PC Specs
Linux Mint; Acer Aspire laptop
Favorite Tags
Member Avatar for sidestrand

I have a WD external usb drive attached to my BT Home Hub 3. It's formatted to ext4. I've set fstab to mount the drive and can see it and open folders, but I cannot copy to it. The file permissions ('rwx') are all in my name for the drive …

Member Avatar for Wil 0' Wisp
0
220
Member Avatar for sidestrand

I have a small amount of data in a file which I want to use to draw plots. I can't see any problem with the following code, but running it results in the error message below. `a,b,c = np.loadtxt('myfile.csv', delimiter=',', usecols=(0,12,18), skiprows=1, dtype=('S5, i4, S8'), unpack=True)` ValueError: too many values …

Member Avatar for sidestrand
0
2K