Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
105 views

My little demo example is given as follows: --- output: pdf_document: latex_engine: xelatex keep_tex: no documentclass: extarticle classoption: "a4paper,8pt,oneside,twocolumn" ...
John Stone's user avatar
1 vote
1 answer
37 views

I'm trying to sort phrases such as the following: a12_b7 a12_b11 a5_b3 a5_b30 a12_b10 using the numbers following the letters, lexicographically. For the example above, I expect the result to be: ...
einpoklum's user avatar
  • 138k
3 votes
1 answer
69 views

I have created the following pandas dataframe: import pandas as pd import numpy as np ds = {'col1' : [234,321,284,286,287,300,301,303,305,299,288,300,299,287,286,280,279,270,269,301]} df = pd....
Giampaolo Levorato's user avatar
1 vote
0 answers
44 views

SampleData I am trying to create a custom visual in power bi using Deneb and Vega code. I need a small multiple chart that groups the Projects in columns by phase. I also have to add an icon to show ...
ora sha's user avatar
  • 13
3 votes
6 answers
166 views

I have over forty files with the following structure: file1 first 21 lines 8191 M0 139559 M1 79 M10 1 M10007 1 M1006 1 M10123 file2 first 21 lines 8584 M0 119837 M1 72 M10 1 M10003 1 M10045 1 M1014 ...
Matteo's user avatar
  • 537
0 votes
3 answers
135 views

Output file contains below values. -rw-rwx--- 1 user1 group1 name with spaces 1G May 1 2025 file_1 -rw-rwx--- 1 user1 group1 name with spaces 2G May 1 2025 file_2 ...
blue's user avatar
  • 11
1 vote
2 answers
62 views

I have two sections using CSS grid and grid-template-columns. The 1st one shows 4 boxes per row, while the 2nd one shows 3. Since the first element of this 2nd section has 50%, I'd like the space/gap ...
pinicio's user avatar
  • 135
-1 votes
1 answer
55 views

Disclaimer: I'm not a CSS professional, just iterate over reading examples and specs and trying. Specifically I'm unsure whether display: flow-rootis the best possible choice, but interactive trying ...
U. Windl's user avatar
  • 4,784
3 votes
2 answers
175 views

I want to display some textual contents with a constant line width (or rather, a maximum line width), regardless of the available width. If that was my only requirement, I would set width: 30ex; (or ...
Maëlan's user avatar
  • 4,427
1 vote
2 answers
76 views

I'm trying to validate a form, where there are two mandatory columns whose combination must be unique in the table. Validator should also ignore the case of the input. $data = request()->validate([ ...
Hrushikesh Vartak's user avatar
0 votes
1 answer
30 views

I keep getting KeyError: 'd_ρ' on my d_rho = ... line. I am trying to run the differentials so that I can put them in a table column (or single column per variable), to use for calculating velocity. ...
strueb's user avatar
  • 1
0 votes
1 answer
97 views

The following code works on most browsers, but fails on Firefox, i.e. displays everything in one column. What do I do? The bottom of this post contains 2 screenshots. The first is my code in Chrome, ...
oyvey's user avatar
  • 629
1 vote
1 answer
70 views

I'm new to R and having next to nothing experience with it I'm struggling with what may be a pretty easy problem. I have a dataset of acceptability judgments provided by a group of 30 participants on ...
Daler Fergani's user avatar
1 vote
2 answers
110 views

I'm trying to remove one column even though if there multiple columns with same name in Spark dataframe after join operation performed. df.printSchema() --- Id String --- Name String --- Country ...
N9909's user avatar
  • 297
5 votes
5 answers
128 views

I've got a dataset like this: df1 <- data.frame( col1 = c(1, 2, 3), col2 = c(4, 5, 6), col3 = c(2, 8, 9), col4 = c(5, 11, 12), col5 = c(13, 14, 15), col6 = c(16, 17, 18), ...
Hard_Course's user avatar
0 votes
1 answer
350 views

I've been trying to return multiple columns with Xlookup with multiple lookup values, but only the first column is returned. Nevertheless when I provide only one lookup_value it works well. =xlookup(...
Reza Kazemi's user avatar
1 vote
1 answer
58 views

I am annually tracking the names of car models, which may or may not change each year (its random). Suppose I start with three models in 2023 that all changes name in 2024 and 2025, thus producing the ...
Andreas's user avatar
  • 153
0 votes
2 answers
123 views

Please need your help. I have an excel file with this following structure, that one row is divided into the next two rows: initial And need finally get this one. Every third row need to be combined ...
user46956's user avatar
0 votes
1 answer
67 views

I have a Power BI page in which I want to visualize installed capacity of 3 scenarios at the same time with 3 different plots. I have filtered scenario to visualize results in each plot. However, the ...
hbstha123's user avatar
  • 1,820
0 votes
1 answer
68 views

So I'm reading multiple files (30 exactly). Some of them has the same columns, some has different or so. mycsvdir = r'C:\t\...\dict_full' csvfiles = glob.glob(os.path.join(mycsvdir, '*.csv')) ...
march_1's user avatar
  • 23
0 votes
0 answers
23 views

How to divide submenu in 2 columns, speccificaly 22 items how can I to divide submenu, I need to have these icons. If there is any explanation for my website, please answer me, this is my website www....
BNS AGRONOVAK's user avatar
0 votes
1 answer
61 views

I need to change the order (dynamically) of the columns in a dataframe from this: [![current dataframe]] to this: [![required dataframe] The problem is, that I have a lot of NA in the vales and also ...
Fendi's user avatar
  • 93
1 vote
1 answer
171 views

I have data1 which looks as shown below: My data2 looks as shown: I want to create a stacked column chart for data1. I create two measures for Installed Capacity and SentOut Demand in Power BI as ...
hbstha123's user avatar
  • 1,820
1 vote
3 answers
139 views

I would like to transform table like this: Fixed Part Original column U 1 b U 1 c U 1 d X 4 e Y 5 f Z 6 g Z 6 h W 8 i to table like this: Fixed Part New column 1 New column 2 New column 3 U 1 b c d X ...
A Predrag's user avatar
0 votes
1 answer
69 views

I'm trying to display a row of data, I want to display the data neatly. I used \t, but using tab is inconsistent: Current output (roughly): Location City Price ...
Aleph's user avatar
  • 3
0 votes
1 answer
1k views

Suppose I have a table with three columns A, B, C. if source stops sending B data (Which we assume that it got deleted in file, Not in table schema). Few days later, if source wants to add that column ...
Satya's user avatar
  • 13
5 votes
3 answers
107 views

Assume a tab-separated file as input file 1 ($IN1): $ cat input1.tsv HEAD1 HEAD2 HEAD3 HEAD4 HEAD5 HEAD6 Qux ZX_999876 Bar Foo MN111111 Quux Foo AB_123456 Bar Baz CD789123 Qux Bar ...
Michael Gruenstaeudl's user avatar
-2 votes
1 answer
76 views

Need assistance on copying two rows of data into one and delete duplicates - The data begins in column B4 & L4. I would like to copy both columns starting at cell E4. Thereafter, I will need to ...
Grayson's user avatar
  • 29
0 votes
1 answer
51 views

I have a pivot table from the below data. I need to write a program or develop a formula to get the data into the below format. Data ___________________My pivot _______ Desired result _ _ A formula ...
anita chacko's user avatar
0 votes
1 answer
86 views

I am currently trying to create an auditing application for report writing findings from a series of Sharepoint tables featuring a series of question columns (Choice type column) and associated ...
Chris F's user avatar
  • 61
1 vote
1 answer
73 views

So i have a grid setup like this <div class="grid-container"> <div>a</div> <div>b</div> <div>c</div> <div>d</div> <div>e&...
Mjokfox's user avatar
  • 13
1 vote
1 answer
86 views

I use R and I am merging mutiple data sets horizontically (by column), where each data set has one same column. For example, consider `df1=data.frame('name'=c('9504','07123','40355','59003'), ...
newfinder's user avatar
  • 215
0 votes
2 answers
189 views

I have a google sheets with thousands of table. Here is the link text In this table I want to find a table based on two value. Such I want to find a table that is include Fleece & NUMBER 260. How ...
Md. Rakibul Hasan's user avatar
0 votes
1 answer
123 views

VBA code that can rotate in sync up one row two columns with positions/names so that the top row will always fall down on last position. The code should ignore the blank cells and only rotate the ...
Mirel's user avatar
  • 11
0 votes
2 answers
52 views

My problem is related to unfamiliarness with the program as a whole. An attempt has been made to display the values of time at the maximum and minimum values, but I'm not sure how to approach the ...
Luke Howard's user avatar
0 votes
1 answer
52 views

I'm trying to split a column that has a date and a time into two separate columns. They are objects, not datetime objects. It appears in the column as mm/dd/yyy 00:00:00 AM/PM. To try splitting I ...
Sadie Brown's user avatar
0 votes
1 answer
79 views

I have two excel files: excel file 1 which is shown on image 1, contains standard time series data. excel file 2 which is shown on image 2, contains time series recording of different geographical ...
Kaiyuan Zheng's user avatar
0 votes
2 answers
78 views

I'm working in Excel with data that contains multiple columns of criteria and sometimes this criteria has redundant identifiers. In my process, I'm trying to use dynamic arrays as much as possible so ...
Robert Pahls's user avatar
1 vote
0 answers
183 views

I'm working on a web-based text layout styled as an old-style journal. My goal is to create a multi-column text layout where the text automatically flows from one column to the next, but with each ...
user26852212's user avatar
0 votes
0 answers
66 views

I have a functional multi-column SSRS report that when saved to PDF displays correctly. However, when used as a sub-report and saved to PDF it does not display correctly. Steps (Stand alone report): ...
Joe Provancha's user avatar
0 votes
0 answers
58 views

I'm looking to create a custom layout for a datagrid column. I want to stack some columns like you can with Infragistics (one above another), but I want to do it myself. Is this possible? I've ...
NicLight93's user avatar
0 votes
1 answer
113 views

Thank you in advance for your assistance. Looking to do either a index/match formula or xlookup (open to any other solutions) to create this view in my sheet. I am wanting excel to look at column N ...
Lostinthesauceunfortunately's user avatar
2 votes
1 answer
99 views

I already have the columns created. I would like to put a line between them, as is possible in Word. Line Between How do I set it using Apache POI? CTColumns coluna1 = sectPr.addNewCols(); coluna1....
Sr. Robô's user avatar
0 votes
1 answer
113 views

I have read several other relatable questions with responses, including referenced suggestions, but they do not appear to be similar in my requirements or I'm having troubles understanding what they'...
Neuner's user avatar
  • 107
0 votes
1 answer
46 views

Consider this df: data = [{'name': 'Muhammad', 'age_x': 20, 'city_x': 'Karachi', 'age_y': 20, 'city_y': 'Karachi'}, {'name': 'Ali', 'age_x': 19, 'city_x': 'Lahore', 'age_y': 30, 'city_y': None}...
nzskra's user avatar
  • 165
0 votes
2 answers
40 views

I have 2 dataframes, df1 which are ID numbers of participants (some have more than one ID but is the same person) df1 <-data.frame(hospid_1=c("A", "B", "C"), ...
Rachel Hung's user avatar
1 vote
1 answer
39 views

I'm working on a design using the count-column property. Everything is mostly fine, but I'm encountering an issue where some of my boxes are getting cut off. Here is the URL to the screenshot (https://...
Huzaifa Zahid's user avatar
-1 votes
1 answer
563 views

I am trying to find a formula that will search for identical data in Column A (Sheet 1) and Column B (Sheet 2), when the matching data is found, I need the data from Sheet 1 Column B to be returned / ...
Cassandra Barraza's user avatar
2 votes
3 answers
68 views

I have a data frame of the form below: ID <- c(1, 2, 3, 4, 5) Type1 <- c("A", "", "A", "B", "C") Count1 <- c(40, NA, 10, 5, 100) Type2 <- ...
madlu's user avatar
  • 21
0 votes
0 answers
51 views

I am working to sum columns of data by a given category e.g. public spend by country from my file expenditure SELECT SUM(public spending) AS public spending, country FROM expenditure group by country ...
SQLLearner89's user avatar

1
2 3 4 5
119