How can I cluster data by using multiple views of the data with a common column using OpenRefine?Instances vs. cores when using EC2Data transposition code in RTidying Time Intervals for Plotting a Histogram in RDetermine what data, does certain column have in commonPreprocessing in Data mining?Fixing data inconsistenciesHow to extract paragraphs from text document?Do modern R and/or Python libraries make SQL obsolete?Storing engineered features in a databaseHow to create clusters based on sentence similarity?
Why are prions in animal diets not destroyed by the digestive system?
ContentVersion: System.DmlException: Insert failed. STRING_TOO_LONG, Body: data value too large
What are the spoon bit of a spoon and fork bit of a fork called?
Is it cheaper to drop cargo than to land it?
Using DeleteCases with a defined function with two arguments as a pattern
Have I damaged my car by attempting to reverse with hand/park brake up?
I drew a randomly colored grid of points with tikz, how do I force it to remember the first grid from then on?
Unknowingly ran an infinite loop in terminal
Why do money exchangers give different rates to different bills?
Manager is threatning to grade me poorly if I don't complete the project
When boost::lexical_cast to std::string fails?
Is there formal test of non-linearity in linear regression?
Junior developer struggles: how to communicate with management?
Can I get a paladin's steed by True Polymorphing into a monster that can cast Find Steed?
Why Isn’t SQL More Refactorable?
What was the state of the German rail system in 1944?
Would a 1/1 token with persist dying trigger on death effects a second time?
Can the 歳 counter be used for architecture, furniture etc to tell its age?
Virus Detected - Please execute anti-virus code
In Avengers 1, why does Thanos need Loki?
Is this homebrew life-stealing melee cantrip unbalanced?
How did Arya get her dagger back from Sansa?
How to get a product new from and to date in phtml file in magento 2
What happens to the Time Stone?
How can I cluster data by using multiple views of the data with a common column using OpenRefine?
Instances vs. cores when using EC2Data transposition code in RTidying Time Intervals for Plotting a Histogram in RDetermine what data, does certain column have in commonPreprocessing in Data mining?Fixing data inconsistenciesHow to extract paragraphs from text document?Do modern R and/or Python libraries make SQL obsolete?Storing engineered features in a databaseHow to create clusters based on sentence similarity?
$begingroup$
I need to cluster my data, but there are multiple ways to view the data such that I can't really place it all into a single table. I have been working with Open Refine to cluster this data but I keep running into a limitation.
I have two tables that share a common column ID. The first table is a list of cars:
CarId | Make | Model | Year |
0 | Toyota | ... | 2018 |
etc ...
And a second table:
CarId | Part | Color | Weight |
0 | Driver Door| Green | 123 |
etc ...
So Open Refine only works with a single table of data at at time. This is an issue because obviously the data I want to cluster by is in two different tables.
How would I be able to ask, say, show me all cars that don't have a Green Driver Door, or all cars that do have a Green Driver Door?
I could join these all into a single table using an SQL join, but what if the data set doesn't practically fit into a single table? I could "ask the question" by using an SQL query, but at that point I am not interactively clustering with open refine, I have to go back to sql and re-export the data whenever I want to ask a different question...
Thanks!
data-mining data-cleaning clusters
$endgroup$
add a comment |
$begingroup$
I need to cluster my data, but there are multiple ways to view the data such that I can't really place it all into a single table. I have been working with Open Refine to cluster this data but I keep running into a limitation.
I have two tables that share a common column ID. The first table is a list of cars:
CarId | Make | Model | Year |
0 | Toyota | ... | 2018 |
etc ...
And a second table:
CarId | Part | Color | Weight |
0 | Driver Door| Green | 123 |
etc ...
So Open Refine only works with a single table of data at at time. This is an issue because obviously the data I want to cluster by is in two different tables.
How would I be able to ask, say, show me all cars that don't have a Green Driver Door, or all cars that do have a Green Driver Door?
I could join these all into a single table using an SQL join, but what if the data set doesn't practically fit into a single table? I could "ask the question" by using an SQL query, but at that point I am not interactively clustering with open refine, I have to go back to sql and re-export the data whenever I want to ask a different question...
Thanks!
data-mining data-cleaning clusters
$endgroup$
add a comment |
$begingroup$
I need to cluster my data, but there are multiple ways to view the data such that I can't really place it all into a single table. I have been working with Open Refine to cluster this data but I keep running into a limitation.
I have two tables that share a common column ID. The first table is a list of cars:
CarId | Make | Model | Year |
0 | Toyota | ... | 2018 |
etc ...
And a second table:
CarId | Part | Color | Weight |
0 | Driver Door| Green | 123 |
etc ...
So Open Refine only works with a single table of data at at time. This is an issue because obviously the data I want to cluster by is in two different tables.
How would I be able to ask, say, show me all cars that don't have a Green Driver Door, or all cars that do have a Green Driver Door?
I could join these all into a single table using an SQL join, but what if the data set doesn't practically fit into a single table? I could "ask the question" by using an SQL query, but at that point I am not interactively clustering with open refine, I have to go back to sql and re-export the data whenever I want to ask a different question...
Thanks!
data-mining data-cleaning clusters
$endgroup$
I need to cluster my data, but there are multiple ways to view the data such that I can't really place it all into a single table. I have been working with Open Refine to cluster this data but I keep running into a limitation.
I have two tables that share a common column ID. The first table is a list of cars:
CarId | Make | Model | Year |
0 | Toyota | ... | 2018 |
etc ...
And a second table:
CarId | Part | Color | Weight |
0 | Driver Door| Green | 123 |
etc ...
So Open Refine only works with a single table of data at at time. This is an issue because obviously the data I want to cluster by is in two different tables.
How would I be able to ask, say, show me all cars that don't have a Green Driver Door, or all cars that do have a Green Driver Door?
I could join these all into a single table using an SQL join, but what if the data set doesn't practically fit into a single table? I could "ask the question" by using an SQL query, but at that point I am not interactively clustering with open refine, I have to go back to sql and re-export the data whenever I want to ask a different question...
Thanks!
data-mining data-cleaning clusters
data-mining data-cleaning clusters
asked Apr 9 at 18:37
user71208user71208
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48986%2fhow-can-i-cluster-data-by-using-multiple-views-of-the-data-with-a-common-column%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Data Science Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48986%2fhow-can-i-cluster-data-by-using-multiple-views-of-the-data-with-a-common-column%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown