Skip to main content
0 votes
0 answers
82 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
33 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
  • 137k
3 votes
1 answer
68 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
43 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
157 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
  • 403
0 votes
3 answers
134 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
60 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
54 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,746
3 votes
2 answers
169 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,417
1 vote
2 answers
72 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
29 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
89 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
107 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
126 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

15 30 50 per page
1
2 3 4 5
395