384 questions
1
vote
0
answers
83
views
How to pass custom IDataObject format via Drag & Drop from Host to VMware Guest?
I'm facing an issue with drag & drop between a host system and a VMware guest VM, where my application's custom data format gets lost during the process.
My setup:
Host OS: Windows 11
Guest OS: ...
0
votes
1
answer
43
views
Do those `[0]` make sense in making the variable
The guide for fine-tuning Gemma with HuggingFace toolset is at: https://huggingface.co/blog/gemma-peft
Link to the line: https://huggingface.co/blog/gemma-peft#:~:text=Quote%3A%20%7Bexample-,%5B%...
1
vote
1
answer
121
views
Excel how to merge duplicate rows into a single row with additional columns?
I need help formatting my data as shown in the image below. These are only 3 columns, I have so many of these. How can I format this.
Current State
Desired State
For a context, my dataset has 2100 ...
-1
votes
1
answer
330
views
How to Separate Data with Inconsistent Patterns into a Structured Format in Excel
Inconsistent Values in Cells
I'm working with a dataset where multiple values in a cell are tagged under categories like Location, Host, Guest, and Bucket, and separated by line breaks. I need to ...
0
votes
1
answer
884
views
Pivot median fails to be calculated because of column formatting
I am very new to the macro world (first post here) so I apologize if there is an obvious solution that I'm missing. I've also been using the record macro feature so the script below might be a bit ...
-2
votes
1
answer
50
views
Convert ndarray with structure in Matlab
I am testing to call a Scipy function of Decimate from Matlab and get a ndarray from this function with structure as below
y_data =
Python ndarray with properties:
T: [1×1 py.numpy.ndarray]
...
0
votes
1
answer
739
views
DateFormatter returns incorrect year in formatted timestamp on iOS
I am currently working on an iOS application and I'm encountering a peculiar issue with date formatting. I am using the following Swift code to generate a timestamp in a specific format and log it to ...
1
vote
0
answers
25
views
Is there something like a detailed technical description about Open Scene Gragh Binary (OSGB)?
I would like to know more about the organization and naming convention of osgb files and folders.
I've tried to find some technical notes on this, but they mostly focus on the specific binary header ...
0
votes
1
answer
608
views
Writing a pandas dataframe with large vector column
I have a pandas dataframe with 4 columns as shown below. The text_vector column contains vectors that are 1500 dimensions:
When I write this out using: df.to_csv("./data/train_clean_vec.csv"...
0
votes
1
answer
106
views
decimal128 ieee 754 combination/exponent
The IEEE 754 decimal128 standard described here shows that it has a 17 bit combination, and a 14 bit exponent.
But in the examples shown, it uses either the upper 2 bits or upper 4 bits of the ...
0
votes
1
answer
45
views
MicrobiomeTest::generate_alpha_trend_test_long() not recognising rownames and columns
Good morning everyone,
I am trying to use MicrobiomeTest to perform a longitudinal analysis on a microbial community. It worked all fine at the beginning, but after I used a different dataset, the ...
0
votes
1
answer
157
views
Best way to format this data for exploratory factor analysis, using R? [closed]
I have extremely little experience with factor analysis so my question may beyond rudimentary/remedial. My question is about data formatting. I have this dataset (well, this is just the first two of ...
0
votes
4
answers
173
views
How to JSON stringify a javascript New Date
I'm getting data from the form's json when the user fills out the calendar
const data= JSON.stringify(orderForm.informationDate));
Currently, I get data from JSON to print PDF in any way:
{"...
-2
votes
1
answer
172
views
formatting data into a csv table in python
I am trying to turn a list containing dictionaries into a csv table. I am using pandas however I cant find a way to get my desired result. the data is formatted in the following way:
[[{0:"title1&...
1
vote
0
answers
146
views
YFinance Flask Web App Doesn't Display Non-US Market Prices
I'm trying to display stock prices and other financial metrics with yfinance. It is only working for US market stocks. When I check the network, it seems that non-US market results are coming through, ...