Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for Ivan Nepomnyashchikh‭

Type On... Excerpt Status Date
Comment Post #285870 I see, thank you! It didn't occur to me to look into the Help.
(more)
9 months ago
Comment Post #285870 Is there a way this post can be pinned to the top of Meta? It is not easily discoverable currently. Creating a separate tab for the community rules will be even better.
(more)
9 months ago
Comment Post #285818 I totally agree. I suspected the Codidact posts are not searchable on the web. I have just tried searching my latest Codidact post using DuckDuckGo on Fireforx and it was not found! I have tried the same with one of my StackExchange posts and it was found immediately. So, what visibility are we ta...
(more)
9 months ago
Comment Post #289399 The solution worked. The explanation is clear. Thank you very much @mr Tsjolder !
(more)
9 months ago
Edit Post #289386 Post edited:
9 months ago
Comment Post #289386 Yes, I know all that. Correct me if I'm wrong, but it looks like you have no experience with Xarray. What you are asking me to do is like asking me to explain why 5+5=10. People with experience in Xarray will understand at once what I mean and won't have problems understanding the inplace operation ...
(more)
9 months ago
Edit Post #289386 Initial revision 9 months ago
Question How to resolve a "ValueError: dimension 't' already exists as a scalar variable" arising when I am using xarray.Dataset.assign_coords()?
I have the following xarray `Dataset`: ``` d: Dimensions: (x: 79, y: 63, t: 1) Coordinates: x (x) float64 0.9412 1.882 2.824 3.765 ... 71.53 72.47 73.41 74.35 y (y) float64 59.29 58.35 57.41 56.47 ... 3.765 2.824 1.882 0.9412 t (t) int32 0 Data variables: ...
(more)
9 months ago