Steve Bernstein
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
Comments
Recent activity by Steve Bernstein-
That's an awesome way to implement the idea. Maybe could implement it in the right-click-on-tab to "duplicate sheet" process. Managing it at the column level is a great idea and, and as you may k...
-
The duplicates are legitimate. The source file is essentially a log file of changes to one of dozens of properties of a ticket listing on Stubhub, and the millisecond-grain timestamp is not granul...
-
BTW, ignore my weeks to event notion. I'm really just trying to create a histogram with breaks at seven days. Primarily this q is just to get clear on what groupbybin does.
-
That's good--that'll work, thanks!
-
Actually, I think it's "Exchange Data" I want, not Add Data--trying it now.
-
Hi Alan, Thanks-- That approach seems to add the data in a new sheet tab. I need to expand the data in the original tab, if possible. Otherwise, I guess I could try to replace the original tab wi...
-
You know what would be much better?--update the K Means function to support a LIST as input. It has to be the case that most applications will end up with a list--the data almost never start out a...
-
Thanks Pablo, awesome. I know enough Python to be able to understand and edit this as needed. Just need to sort out how to integrate into the REST API--that'll be new.
-
Ah, right, it occurred to me too that manually inserting values via LISTELEMENT functions would work--wondered if the API could be used to automate/scale this somehow (I'm completely unfamiliar wit...
-
Hi Grant. You're correct, EXPAND doesn't apply in this case. Yes the max is known--I set that. There are exactly 1000 list elements in each document's list. I picked that length though in the s...