Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
-3 votes
1 answer
95 views

I have several lists in Python, for example: list1 = [1, 2, 3] list2 = [2, 3, 4] list3 = [4, 5] I want to combine all of them into a single list while removing any duplicate values, so the final ...
michael's user avatar
  • 11
0 votes
1 answer
45 views

Context for this question: Windows C++ API BackupRead is stuck(?) when trying to fetch all the streams of a file I noticed the above issue for files having the attributes "AL" and they were ...
1 vote
0 answers
65 views

I’m using Google ADK with a Sequential Workflow orchestrator. I have two agents: sql_agent – generates SQL query execute_sql_agent – executes SQL query I’m streaming responses into a custom Chainlit ...
1 vote
2 answers
167 views

I have a dataset that has duplicate Invoice Number values. I need help generating an index column ("Occurrences") to count the number of occurrences of the "InvoiceNo". Any ...
1 vote
2 answers
114 views

Gnuplot 5 on Raspberry Pi. How can I duplicate the y-axis text (-1, -0.8 etc) on both the left and the right sides of the graph? This is the code used to create it: set key fixed left top vertical ...
1 vote
1 answer
118 views

I know that the Yaml spec requires key uniqueness in mappings, but is it possible the make the parser parse and return duplicate keys in order to do some special processing on the duplicate keys in ...
-1 votes
1 answer
136 views

I have two lists in Python: list1 = [1, 2, 3, 4] list2 = [3, 4, 5, 6] I want to merge them into a single list such that: No duplicates remain The original order of elements is preserved For the ...
0 votes
1 answer
93 views

I want to check to see if value from a form exists in Microsoft Access table using vba or macro that is user friendly but need help putting it together. I've tried, Private Sub Donor_Key_LostFocus() I ...
0 votes
1 answer
72 views

I have a table in Kusto where I'm trying to deduplicate. Here is the table structure: column1 column2 column3 column4 1234 business orange paypal 1234 business orange 3456 business apple 4845 business ...
0 votes
1 answer
88 views

I have a pandas DataFrame with multiple rows, and some rows have the same value in a specific column (e.g., id). I want to remove the duplicate rows while keeping only the first occurrence (or ...
1 vote
2 answers
94 views

I have a dart app which is supported for 4 platforms: Windows, MacOS, Android and IOS. There is a feature for file/directory rename in the app. In order to achieve this, I am using dart::io's type API ...
0 votes
2 answers
182 views

I have a MariaDB table like this: CREATE TABLE metric_value ( id int(10) unsigned NOT NULL AUTO_INCREMENT, metric_id int(10) unsigned DEFAULT NULL, value decimal(17,2) unsigned NOT NULL, ...
planetp's user avatar
  • 16.7k
1 vote
0 answers
113 views

The problem I’m having I am trying to set up a microbatch incremental strategy with a simple model, but I am unsure why duplicate rows are being generated despite configuring unique_keys. Here is the ...
0 votes
2 answers
196 views

I've got 4 columns of data where some of the rows were accidentally duplicated, but the only duplicated value was column A. I need to basically find an identify all the duplicates, which Excel can do ...
1 vote
1 answer
109 views

I’m planning to use ClickHouse to calculate wallet balances based on transactions in my base table. However, there’s an issue: if something goes wrong and I end up inserting the same transactions into ...

15 30 50 per page
1
2 3 4 5
...
1122

AltStyle によって変換されたページ (->オリジナル) /