python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Moving records from one database instance to another
I have a PostgreSQL database instance located in EU region. I plan on introducing another PostgreSQL database instance located in a new geographical region.
As part this work, I am to migrate data for...
oldhomemovie
Votes: 0
Answers: 1
Extract year, month and day numbers (1 to 2 digits) from a string (LibreOffice Base)
I am using LibreOffice Base (version 7.3) to create a database.
I need to extract year, month and day numbers from such strings that consist Chinese charactors as shown following. I think one Chinese ...
Paul the sea wolf
Votes: 0
Answers: 1
Pandas counting string pattern and appending to column multi index
I have this dataframe and am looking to count the number of times a pattern occurs and then append to a new colum. In this case the pattern I'm interested in is "MV=??" i.e. MV=5455 etc.
d =...
Chip
Votes: 0
Answers: 1
Extract values from javascript object
I am just learning to code so I can become a developer. My interest in JavaScript and I'm needing help to extract values from a JavaScript object and assign values as variables. Please see below:
var ...
Yekota
Votes: 0
Answers: 1