Skip to main content

All Questions

Tagged with or
1 vote
5 answers
145 views

I would like to be able to use indices in R so that if there are no indices that meet the criteria, the data is not deleted. For example, the following code doesn't recognize that I want to keep the ...
user8229029's user avatar
  • 1,253
Tooling
0 votes
1 replies
18 views

I'm looking for an API that given a sector name, provides a list of stock names.
Plazar99's user avatar
-3 votes
2 answers
91 views

In my app I'm running these SQL queries: SELECT 1 FROM all_indexes WHERE table_name = UPPER('my table name') AND table_index = UPPER('my index name') CREATE INDEX my index name ON my table name(...
Igor's user avatar
  • 6,492
2 votes
1 answer
45 views

I have a lot of static (unchanging) Lucene indexes where each document has been given an integer StoredField called "fileId" (and each index only has 1 segment). I now want to modify these ...
Hairfridge's user avatar
3 votes
1 answer
148 views

Technically its a vector<vector<vector<const char *>>> but I'm using it as a vector<vector<cstrings>> I have been stuck at this issue for weeks and I do not understand it....
Yeetato21's user avatar
Advice
1 vote
6 replies
110 views

I have made a dictionary and a list of dictionaries, but I am not sure how to get specific data from the different forms. I tried using '.startswith('7'), but it always gives me an error. I want to ...
Gabriella Dines's user avatar
1 vote
2 answers
96 views

I have to split a string and use a part of it for further processing. So the idea is: string='aaa-bbb-ccc-ddd' parts=(${(@s:-:)string}) print -- $parts[3] # ccc I would like to refactor the second ...
MaxPowers's user avatar
  • 5,551
0 votes
0 answers
179 views

Table has index on name column: CREATE TABLE firma2.klient ( kood character(12) primary key, nimi character(100), ... ); CREATE INDEX IF NOT EXISTS ...
Andrus's user avatar
  • 28.3k
4 votes
1 answer
126 views

I am working on a handy reference sheet for my DnD Games, that includes 10 pre-planned encounters of varying difficulty that I want to reference on an Initiative Sheet by referencing the Encounter ...
Jonathan Rogers's user avatar
1 vote
1 answer
69 views

I have written a small Glue script that fetches some data between two dates, but I found that it scans the entire table instead of just the data within the specified time range. I also tried creating ...
new coderrrr's user avatar
Best practices
0 votes
3 replies
108 views

What is the right/pythonic way to do math on a few indexed elements in a Pandas Dataframe? I tried a few ways but they seem awkward and confusing: df = pd.DataFrame({'x': [1, 2, 3, 4, 5, 6, 7, 9, ]}) ...
Dave X's user avatar
  • 5,257
1 vote
1 answer
108 views

I'm using a self-hosted TimescaleDB instance to store logs. I have a hypertable logs that is partitioned by the timestamp column. I need to perform a fast lookup query based on the event_key column, ...
Oussama Jmâa's user avatar
Advice
1 vote
1 replies
44 views

I understand the standard explanation for why B-trees are used in databases: they minimize disk seeks by packing many keys into each node, keeping the tree shallow (3-4 levels), and enabling efficient ...
j.i.l.l's user avatar
  • 11
Advice
0 votes
6 replies
105 views

MariaDB version is 10.4.34. The query looks like: SELECT bet.* FROM Bet bet WHERE bet.placed >= '2025-10-29T00:00:00' AND bet.placed <= '2025-10-29T23:59:59' AND EXISTS ( SELECT 1 FROM ...
catch32's user avatar
  • 18.8k
Advice
0 votes
1 replies
38 views

Windows 10 22H2. Ask this question because at the same time, type ame can't find out Adobe Media Encoder. and I don't see vsc.exe defined in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\...
ahdung's user avatar
  • 429

15 30 50 per page
1
2 3 4 5
2304