Skip to main content
Filter by
Sorted by
Tagged with
5 votes
2 answers
89 views

I restored a large number of files in diverse folders from a hard drive, and they all included a string. I removed this string in windows powershell using get-childItem -recurse | Where {$_.name -like ...
jringger's user avatar
0 votes
0 answers
53 views

My current code opens the desired URL and rename the window to the string I prefer, but just update the page that is open to the browser and with that my personalized name is lost and the web page ...
Digital Farmer's user avatar
0 votes
0 answers
20 views

We work on database where in column B has many customer names. but many of customers names are repeating (Duplicate names) with no. of bookins may or may not have different values. I DO NOT want to ...
BIPLAB GUPTA's user avatar
0 votes
0 answers
35 views

I am using the "Laravel Twill" as a Backend, And we are struggling to rename the provided name. As example once the user is submitted form it goes to the backend.Then from the CMS Side I ...
nimmi deshapriya's user avatar
0 votes
0 answers
58 views

I have an excel file that I'm reading into databricks using pyspark. The data has extra columns at the end that I do not want included. I use the following code to accomplish this: data_object = ...
PracticingPython's user avatar
0 votes
3 answers
124 views

I did this successfully a long time ago, but I can't remember how. I have recently saved an old Access mdb file under a new name, because it had all the references I needed for the VBA code I write. ...
Captain Nemo's user avatar
0 votes
2 answers
74 views

I have a Pandas dataframe with 28 columns in total. Each one has a unique number after a name. I want to drop all the numbers from the columns but keep the name. How can I do that best? Here is an ...
Joelle Kappert's user avatar
1 vote
1 answer
68 views

I want a windows bat file that renames all files in a folder, reversing a date stamp in the existing name. For example, files are named as follows: AccountStatement_10062023.pdf ...
davehants's user avatar
0 votes
1 answer
67 views

I have the following element: <a href="/temp/8072ba11-999d-484c-b074-f9f2ce249056.xlsx" download="MyFile.xlsx"> </a> Initiating a click event on the element causes a ...
iByte's user avatar
  • 1
-1 votes
5 answers
66 views

Let's say I have a folder that contains a lot of subfolders. These subfolders all have [Extra] at the end of their name. Is there a simple way to delete all those [Extra] in one go? I tried to adapt a ...
Brunooo's user avatar
  • 29
2 votes
1 answer
77 views

Despite searching many sources, I can't find a solution for my problem. My dataframe has more than 1000 rows and 800 columns, knowing that starting from the 5th column (dat0$V4), there are always the ...
denis's user avatar
  • 962
2 votes
3 answers
143 views

I have a dataset from a Qualtrics survey that has a form-field formatted question that split the responses into multiple columns, all identically named with the question text except for the form field ...
Mary Rachel's user avatar
0 votes
1 answer
55 views

In my work we frequently run into a situation where we have folders of hundreds of outputted PDFs. These all have the same naming scheme which is: [Number/Text String]-XYZ [More Text] They all have a ...
Garze's user avatar
  • 3
2 votes
0 answers
443 views

I use a short, simple script when I occasionally have to change a PC name. It worked without any flaws for the last year while using Windows 10. Recently upgraded to Windows 11 and have had trouble ...
user23470208's user avatar
0 votes
1 answer
48 views

I have a data frame with the following column headers: "x_y_z, a_b_c, a_b_d, a_b_e, a_b_f" etc. I want to remove the "a_b_" part from the column names that starts with "a_b_&...
Hennie Scholtz's user avatar
1 vote
3 answers
120 views

I have a folder Bash with two subdirectories Origin and Destination. Origin has subdirectories 1, 2, 3, 4. Each of them has its own subdirectories. For example, 1 has subdirectories 11, 12, 13 ,etc. 2 ...
Mary's user avatar
  • 187
0 votes
1 answer
42 views

I am very new to app script and I have found a few codes that either make a copy, rename or save in the correct location but I have not found one that does all three. Here is the code I found that ...
Moni's user avatar
  • 1
0 votes
1 answer
83 views

We are utilizing an online file repository (similar to SharePoint but not Microsoft). The problem is it allows the creating of long paths. We are downloading the nested folders as a zip file, and then ...
Colin's user avatar
  • 3
1 vote
0 answers
91 views

I'm working on the capstone project for my Google Data Analytics certificate and I'm trying to rename the columns on 1 of my data sets to match the others in order to merge them, but I keep getting 2 ...
JA2024's user avatar
  • 11
0 votes
2 answers
72 views

I have a pandas df of data stripped from a pdf. I have already done some considerable wrangling to get it to this point. There are about 100 chemical concentrations at about 10 sites, and in separate ...
rlep's user avatar
  • 3
2 votes
1 answer
167 views

I'm trying to automatically rename and sort pictures and videos from a Google Photos export (Google Takeout) using a bash script. Structure of the Google Photos directory after download: . ├── Google ...
dddroog's user avatar
  • 55
0 votes
1 answer
66 views

I have a XML file as below and the file name is "data.xml" <ns0:LovData xmlns:ns0="http://teamcenter.com/Schemas/Soa/2011-06/MetaModel"> <ns0:lovs name="infolist"...
Swamy's user avatar
  • 11
1 vote
3 answers
125 views

I've been reading about the renaming of pre-existing types using the haskell's type and, as much as I could understand, the type is only used for renaming concrete types, like Int, Integer, Char, ...
HaveMercy's user avatar
0 votes
1 answer
141 views

I am working on a project and suddenly I realize I mis-spelled the word "category" to "catagory" on almost every place- within my workspace. It there any way to replace all ...
Shubham kumar's user avatar
-1 votes
3 answers
180 views

i have 100 files in a folder with filenames as below Example1: GCA_000696115.1_SoWt_assembly_genomic.fna (0 to 15 characters are GCA_000696115.1) Question1: remove characters after 15th ...
Pandu C's user avatar
  • 67

1
2 3 4 5
117